From caefb0c9b5f3b7234291f13d272c15a928489b3f Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Tue, 15 Sep 2020 13:25:19 +0530 Subject: [PATCH] test: Increase wait time before running the ssvm health check script on SSVM reboot (#4312) Co-authored-by: Pearl Dsilva --- test/integration/smoke/test_ssvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_ssvm.py b/test/integration/smoke/test_ssvm.py index 75e7538b047..bb83931c1fd 100644 --- a/test/integration/smoke/test_ssvm.py +++ b/test/integration/smoke/test_ssvm.py @@ -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()