From: ChenYu Huang <chenyux.huang@intel.com>
To: dts@dpdk.org
Cc: lijuan.tu@intel.com, qingx.sun@intel.com, chenyux.huang@intel.com
Subject: [PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk
Date: Tue, 8 Mar 2022 17:23:39 +0800 [thread overview]
Message-ID: <20220308092339.191735-1-chenyux.huang@intel.com> (raw)
Signed-off-by: ChenYu Huang <chenyux.huang@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
next reply other threads:[~2022-03-08 9:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-08 9:23 ChenYu Huang [this message]
2022-03-08 14:56 ` Tu, Lijuan
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=20220308092339.191735-1-chenyux.huang@intel.com \
--to=chenyux.huang@intel.com \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=qingx.sun@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).