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

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Gaurav Aradhye 2014-09-16 12:11:01 +05:30 committed by SrikanteswaraRao Talluri
parent 20f9d3dcd8
commit 58ea99a9d6

View File

@ -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: