mirror of https://github.com/apache/cloudstack.git
test: Increase wait time before running the ssvm health check script on SSVM reboot (#4312)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
parent
f06daa5f8a
commit
caefb0c9b5
|
|
@ -875,7 +875,7 @@ class TestSSVMs(cloudstackTestCase):
|
|||
self.waitForSystemVMAgent(ssvm_response.name)
|
||||
|
||||
# Wait until NFS stores mounted before running the script
|
||||
time.sleep(30)
|
||||
time.sleep(90)
|
||||
# Call to verify cloud process is running
|
||||
self.test_03_ssvm_internals()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue