mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
20f9d3dcd8
commit
58ea99a9d6
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user