mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
parent
eff23eefe9
commit
ae1a9d9a5f
@ -545,7 +545,7 @@ class Compute:
|
||||
"""
|
||||
images = []
|
||||
|
||||
res = yield from self.http_query("GET", "/{}/images".format(type), timeout=120)
|
||||
res = yield from self.http_query("GET", "/{}/images".format(type), timeout=None)
|
||||
images = res.json
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user