1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-24 06:51:19 +00:00

Increase timeout for detecting VirtualBox GNS3 VM

This commit is contained in:
Julien Duponchelle 2017-02-23 16:19:20 +01:00
parent 0d96471f29
commit 5bfa864f0c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -221,7 +221,7 @@ class VirtualBoxGNS3VM(BaseGNS3VM):
second to a GNS3 endpoint in order to get the list of the interfaces and second to a GNS3 endpoint in order to get the list of the interfaces and
their IP and after that match it with VirtualBox host only. their IP and after that match it with VirtualBox host only.
""" """
remaining_try = 240 remaining_try = 300
while remaining_try > 0: while remaining_try > 0:
json_data = None json_data = None
session = aiohttp.ClientSession() session = aiohttp.ClientSession()