test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]icc: extend waiting time for icc compilation
@ 2015-11-16  2:19 Lijuan Tu
  2015-11-16  2:57 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2015-11-16  2:19 UTC (permalink / raw)
  To: dts

Signed-off-by: Lijuan Tu <lijuanx.a.tu@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH]icc: extend waiting time for icc compilation
  2015-11-16  2:19 [dts] [PATCH]icc: extend waiting time for icc compilation Lijuan Tu
@ 2015-11-16  2:57 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-11-16  2:57 UTC (permalink / raw)
  To: Lijuan Tu, dts

Applied. Thanks.

On 11/16/2015 10:19 AM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@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'")

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-16  2:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-16  2:19 [dts] [PATCH]icc: extend waiting time for icc compilation Lijuan Tu
2015-11-16  2:57 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).