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:
Pearl Dsilva 2020-09-15 13:25:19 +05:30 committed by GitHub
parent f06daa5f8a
commit caefb0c9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()