mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +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":
|
if self._node_type == "docker":
|
||||||
timeout = None
|
timeout = None
|
||||||
else:
|
else:
|
||||||
timeout = 120
|
timeout = 1200
|
||||||
trial = 0
|
trial = 0
|
||||||
while trial != 6:
|
while trial != 6:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user