Skip to content

Commit

Permalink
CLOUDSTACK-5180: Increasing the timeout for uploading volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Aradhye authored and Girish Shilamkar committed Nov 15, 2013
1 parent 4f302c1 commit c141e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/marvin/marvin/integration/lib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def upload(cls, apiclient, services, zoneid=None, account=None, domainid=None, u
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)
Expand Down

0 comments on commit c141e41

Please sign in to comment.