[dts] [PATCH][DTS] as dut generate many big coredump files , backup them may take more 15s, so upgrade the timeout threshold

haifeng haifengx.tang at intel.com
Thu Jan 21 06:52:43 CET 2016


Signed-off-by: haifeng <haifengx.tang 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 597982f..36833a3 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -222,7 +222,7 @@ class DPDKdut(Dut):
             # copy the core files outside DPDK folder
             self.send_expect("mkdir CORE_DUMP", "#")
             self.send_expect("find %s/ -name core.* -exec cp {} CORE_DUMP \;" %
-                             self.base_dir, "#")
+                             self.base_dir, "#",30)
 
             # unpack the code and change to the working folder
             self.send_expect("rm -rf %s" % self.base_dir, "#")
-- 
1.9.3



More information about the dts mailing list