Extend trilio snapshot timeout (#594)

Extend trilio snapshot timeout, closes issue #595.
This commit is contained in:
Liam Young
2021-06-16 09:14:29 +01:00
committed by GitHub
parent f99930291d
commit b7e542636f
+1 -1
View File
@@ -262,7 +262,7 @@ class WorkloadmgrCLIHelper(object):
retryer = tenacity.Retrying(
wait=tenacity.wait_exponential(multiplier=1, max=30),
stop=tenacity.stop_after_delay(720),
stop=tenacity.stop_after_delay(900),
reraise=True,
)