Increase timeout for introspection in ironic-inspector-tempest

The job is often failing during introspection because of a timeout error,
so increasing the timeout value to prevent multiple rechecks.

Change-Id: Ide51660fc9a9848c4dfb26240cdd72cdd078273d
This commit is contained in:
Riccardo Pittau 2020-05-19 15:38:49 +02:00
parent 6f81f0303e
commit 5750cca0d5

View File

@ -365,6 +365,7 @@
devstack_localrc:
IRONIC_DEFAULT_DEPLOY_INTERFACE: direct
IRONIC_INSPECTOR_MANAGE_FIREWALL: True
IRONIC_INSPECTOR_TEMPEST_INTROSPECTION_TIMEOUT: 1200
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_AUTOMATED_CLEAN_ENABLED: False