test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk
@ 2022-03-08  9:23 ChenYu Huang
  2022-03-08 14:56 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: ChenYu Huang @ 2022-03-08  9:23 UTC (permalink / raw)
  To: dts; +Cc: lijuan.tu, qingx.sun, chenyux.huang

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


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

* RE: [PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk
  2022-03-08  9:23 [PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk ChenYu Huang
@ 2022-03-08 14:56 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2022-03-08 14:56 UTC (permalink / raw)
  To: Huang, ChenyuX, dts; +Cc: Sun, QingX

> -----Original Message-----
> From: Huang, ChenyuX <chenyux.huang@intel.com>
> Sent: 2022年3月8日 17:24
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Sun, QingX <qingx.sun@intel.com>; Huang,
> ChenyuX <chenyux.huang@intel.com>
> Subject: [PATCH] framework/project_dpdk: change timeout of extract dpdk
> package and build dpdk
> 
> Signed-off-by: ChenYu Huang <chenyux.huang@intel.com>

Applied, thanks

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

end of thread, other threads:[~2022-03-08 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  9:23 [PATCH] framework/project_dpdk: change timeout of extract dpdk package and build dpdk ChenYu Huang
2022-03-08 14:56 ` Tu, Lijuan

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).