[dts] [PATCH v1] framework: add more time to unpack dpdk folder in VM

Yinan yinan.wang at intel.com
Sun Mar 22 22:06:04 CET 2020


From: Wang Yinan <yinan.wang at intel.com>

Signed-off-by: Wang Yinan <yinan.wang at intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 9ac3b1a..a1c0e20 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -317,7 +317,7 @@ class DPDKdut(Dut):
             # unpack dpdk
             out = self.send_expect("tar zxf %s%s -C %s" %
                                    (dst_dir, self.package.split('/')[-1], p_dir),
-                                   "# ", 20, verify=True)
+                                   "# ", 30, verify=True)
             if out == -1:
                 raise ValueError("Extract dpdk package to %s failure,"
                                  "please check params -d"
-- 
2.17.1



More information about the dts mailing list