Increase fullstack job's timeout

It seems that recently we are often timing out the fullstack job when
it's executed on some busy node. To avoid that, lets give 20 more
minutes to the timeout of the fullstack jobs.

Change-Id: I37ec0ba04bafb3b7baec6003155b7d9c43092667
This commit is contained in:
Slawek Kaplonski 2023-01-13 15:13:42 +01:00
parent e44a8e9ae4
commit 3354b43d5a
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
- job:
name: neutron-fullstack
parent: neutron-functional
timeout: 9000
vars:
tox_envlist: dsvm-fullstack-gate
Q_BUILD_OVS_FROM_GIT: False