From 58ea99a9d665b4370651fe867988d597ea16165e Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 16 Sep 2014 12:11:01 +0530 Subject: [PATCH] CLOUDSTACK-7557: test_vpc_network.py - Fixed wait period of network state check Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_vpc_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py index b39976524c5..096315c3367 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: