1
0
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:
ziajka 2017-12-21 08:46:20 +01:00
parent 79bca29b93
commit f48420af58

View File

@ -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: