1
0
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:
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":
timeout = None
else:
timeout = 120
timeout = 1200
trial = 0
while trial != 6:
try: