[dts] [PATCH]icc: extend waiting time for icc compilation

Lijuan Tu lijuanx.a.tu at intel.com
Mon Nov 16 03:19:58 CET 2015


Signed-off-by: Lijuan Tu <lijuanx.a.tu 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 e0009d3..1c2f095 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -162,7 +162,7 @@ class DPDKdut(Dut):
         self.send_expect("rm -rf " + target, "#")
 
         # compile
-        out = self.send_expect("make -j install T=%s %s" % (target, extra_options), "# ", 120)
+        out = self.send_expect("make -j install T=%s %s" % (target, extra_options), "# ", 300)
 
         if("Error" in out or "No rule to make" in out):
             self.logger.error("ERROR - try without '-j'")
-- 
1.9.1



More information about the dts mailing list