Refactor polling time to terminate VM
This commit is contained in:
parent
6131270b1d
commit
4bff49dab6
2 changed files with 10 additions and 3 deletions
|
|
@ -768,6 +768,9 @@ UPDATED_TEMPLATES_DICT = {}
|
|||
if UPDATED_TEMPLATES_STR:
|
||||
UPDATED_TEMPLATES_DICT = eval(UPDATED_TEMPLATES_STR)
|
||||
|
||||
MAX_TIME_TO_WAIT_FOR_VM_TERMINATE = int_env(
|
||||
'MAX_TIME_TO_WAIT_FOR_VM_TERMINATE', 15)
|
||||
|
||||
if DEBUG:
|
||||
from .local import * # flake8: noqa
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue