Increase the DC orch upgrade-activation timeout

Testing on one subcloud took 19 minutes for the upgrade
activation to complete, and so it timed out.

The timeout has been increased from 15 minutes to 45 minutes.

Change-Id: Ice69acbbe097ea038e2932edb44f59f024cbeefb
Closes-Bug: 1885451
Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
albailey
2020-06-30 13:44:30 -05:00
parent d18ff5e65f
commit 0d1799d810

View File

@@ -13,8 +13,8 @@ ACTIVATING_COMPLETED_STATES = ['activation-complete',
ACTIVATING_RETRY_STATES = ['activation-failed', ]
# Max time: 15 minutes = 15 queries x 60 seconds sleep between queries
DEFAULT_MAX_QUERIES = 15
# Max time: 45 minutes = 45 queries x 60 seconds sleep between queries
DEFAULT_MAX_QUERIES = 45
DEFAULT_SLEEP_DURATION = 60