[PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk

ChenYu Huang chenyux.huang at intel.com
Tue Mar 8 10:23:39 CET 2022


Signed-off-by: ChenYu Huang <chenyux.huang at intel.com>
---
 framework/project_dpdk.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index f6cf6aa6..5be27402 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -253,7 +253,7 @@ class DPDKdut(Dut):
         """
         Build DPDK source code on linux use meson
         """
-        build_time = 1200
+        build_time = 1800
         target_info = target.split('-')
         arch = target_info[0]
         machine = target_info[1]
@@ -365,7 +365,7 @@ class DPDKdut(Dut):
             # unpack dpdk
             out = self.send_expect("tar zxfm %s%s -C %s" %
                                    (dst_dir, self.package.split('/')[-1], p_dir),
-                                   "# ", 30, verify=True)
+                                   "# ", 60, verify=True)
             if out == -1:
                 raise ValueError("Extract dpdk package to %s failure,"
                                  "please check params -d"
-- 
2.25.1



More information about the dts mailing list