Increase timeout for creation of image, Ref. #2239

pull/1252/head
ziajka 7 years ago
parent 79bca29b93
commit f48420af58

@ -325,7 +325,7 @@ class Node:
if self._node_type == "docker":
timeout = None
else:
timeout = 120
timeout = 1200
trial = 0
while trial != 6:
try:

Loading…
Cancel
Save