[dts] [V1] framework/project_dpdk: change timeout of build dpdk

ChenYu Huang chenyux.huang at intel.com
Fri Mar 4 03:09:28 CET 2022


vm build dpdk timeout,so change timeout large build time

Signed-off-by: ChenYu Huang <chenyux.huang 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 f6cf6aa6..966eb8b5 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]
-- 
2.25.1



More information about the dts mailing list