Set tempest_test_timeout for managed job
Most of the failures in this job is because tempest couldn't finish the test on a given time, we increased the introspection timeout but we forgot to allow tempest to run for more than 20 min (default) Change-Id: I25435fe93f2f6d6cd50befe9cdf6bb1e548cef88changes/85/729985/1
parent
8f572f6c41
commit
06ee50077c
|
@ -86,6 +86,7 @@
|
|||
description: A job with boot managed by ironic
|
||||
parent: ironic-inspector-base
|
||||
vars:
|
||||
tempest_test_timeout: 2400
|
||||
devstack_localrc:
|
||||
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
||||
IRONIC_INSPECTOR_MANAGED_BOOT: True
|
||||
|
|
Loading…
Reference in New Issue