mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-5180: Increasing the timeout for uploading volume
This commit is contained in:
parent
4f302c124e
commit
c141e418e9
@ -742,7 +742,7 @@ class Volume:
|
||||
cmd.url = services["url"]
|
||||
return Volume(apiclient.uploadVolume(cmd).__dict__)
|
||||
|
||||
def wait_for_upload(self, apiclient, timeout=5, interval=60):
|
||||
def wait_for_upload(self, apiclient, timeout=10, interval=60):
|
||||
"""Wait for upload"""
|
||||
# Sleep to ensure template is in proper state before download
|
||||
time.sleep(interval)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user