From: "Liu, Yong" <yong.liu@intel.com>
To: Lijuan Tu <lijuanx.a.tu@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH]icc: extend waiting time for icc compilation
Date: Mon, 16 Nov 2015 10:57:18 +0800 [thread overview]
Message-ID: <5649460E.1080705@intel.com> (raw)
In-Reply-To: <1447640398-25025-1-git-send-email-lijuanx.a.tu@intel.com>
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'")
prev parent reply other threads:[~2015-11-16 2:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 2:19 Lijuan Tu
2015-11-16 2:57 ` Liu, Yong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5649460E.1080705@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=lijuanx.a.tu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).