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

Message ID 20220304020928.1859819-1-chenyux.huang@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] framework/project_dpdk: change timeout of build dpdk |

Checks

Context Check Description
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-suite-test fail Apply issues

Commit Message

Huang, ChenyuX March 4, 2022, 2:09 a.m. UTC
  vm build dpdk timeout,so change timeout large build time

Signed-off-by: ChenYu Huang <chenyux.huang@intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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]