mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-5186: Increasing the waiting time for router to
come up
This commit is contained in:
parent
e2051de98e
commit
438cf4ea63
@ -280,8 +280,8 @@ class TestEgressFWRules(cloudstackTestCase):
|
||||
self.debug("%s %s" % (script_file, exec_cmd_params))
|
||||
|
||||
exec_success = False
|
||||
#Timeout set to 3 minutes
|
||||
timeout = 180
|
||||
#Timeout set to 6 minutes
|
||||
timeout = 360
|
||||
while timeout:
|
||||
self.debug('sleep %s seconds for egress rule to affect on Router.' % self.services['sleep'])
|
||||
time.sleep(self.services['sleep'])
|
||||
@ -303,7 +303,7 @@ class TestEgressFWRules(cloudstackTestCase):
|
||||
#end while
|
||||
|
||||
if timeout == 0:
|
||||
self.fail("Router network failed to come up after 3 minutes.")
|
||||
self.fail("Router network failed to come up after 6 minutes.")
|
||||
|
||||
ssh.execute('rm -rf %s' % script_file)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user