Updated Branches: refs/heads/4.3 7be48e7d3 -> 08208cf42
CLOUDSTACK-5180: Increasing the timeout for uploading volume Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08208cf4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08208cf4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/08208cf4 Branch: refs/heads/4.3 Commit: 08208cf427f9957514e3bcc624272c6781a1189a Parents: 7be48e7 Author: Gaurav Aradhye <garurav.arad...@clogeny.com> Authored: Fri Nov 15 16:20:46 2013 +0530 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Fri Nov 15 16:22:24 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/integration/lib/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/08208cf4/tools/marvin/marvin/integration/lib/base.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/base.py b/tools/marvin/marvin/integration/lib/base.py index a3a5f58..b03c552 100755 --- a/tools/marvin/marvin/integration/lib/base.py +++ b/tools/marvin/marvin/integration/lib/base.py @@ -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)