mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Increase timeout for creation of image, Ref. #2239
This commit is contained in:
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…
Reference in New Issue
Block a user