Repository: cloudstack
Updated Branches:
  refs/heads/master 20f9d3dcd -> 58ea99a9d


CLOUDSTACK-7557: test_vpc_network.py - Fixed wait period of network state check

Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/58ea99a9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/58ea99a9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/58ea99a9

Branch: refs/heads/master
Commit: 58ea99a9d665b4370651fe867988d597ea16165e
Parents: 20f9d3d
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Tue Sep 16 12:11:01 2014 +0530
Committer: SrikanteswaraRao Talluri <tall...@apache.org>
Committed: Wed Sep 17 14:38:59 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_vpc_network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58ea99a9/test/integration/component/test_vpc_network.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_network.py 
b/test/integration/component/test_vpc_network.py
index b399765..096315c 100644
--- a/test/integration/component/test_vpc_network.py
+++ b/test/integration/component/test_vpc_network.py
@@ -1944,7 +1944,7 @@ class TestVPCNetworkUpgrade(cloudstackTestCase):
             if retriesCount == 0:
                 self.fail("Network state should change to Allocated, it is %s" 
% networks[0].state)
             retriesCount -= 1
-            time.sleep(6)
+            time.sleep(60)
 
         self.debug("Upgrading network offering to support PF services")
         try:

Reply via email to