This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new caefb0c  test: Increase wait time before running the ssvm health check 
script on SSVM reboot (#4312)
caefb0c is described below

commit caefb0c9b5f3b7234291f13d272c15a928489b3f
Author: Pearl Dsilva <[email protected]>
AuthorDate: Tue Sep 15 13:25:19 2020 +0530

    test: Increase wait time before running the ssvm health check script on 
SSVM reboot (#4312)
    
    Co-authored-by: Pearl Dsilva <[email protected]>
---
 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 75e7538..bb83931 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()
 

Reply via email to