Skip to content

Commit c141e41

Browse files
Gaurav AradhyeGirish Shilamkar
authored andcommitted
CLOUDSTACK-5180: Increasing the timeout for uploading volume
1 parent 4f302c1 commit c141e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/marvin/marvin/integration/lib

tools/marvin/marvin/integration/lib/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ def upload(cls, apiclient, services, zoneid=None, account=None, domainid=None, u
742742
cmd.url = services["url"]
743743
return Volume(apiclient.uploadVolume(cmd).__dict__)
744744

745-
def wait_for_upload(self, apiclient, timeout=5, interval=60):
745+
def wait_for_upload(self, apiclient, timeout=10, interval=60):
746746
"""Wait for upload"""
747747
# Sleep to ensure template is in proper state before download
748748
time.sleep(interval)

0 commit comments

Comments
 (0)