rhtyd commented on a change in pull request #2335: CLOUDSTACK-10154: fixing 
some smoketests failures
URL: https://github.com/apache/cloudstack/pull/2335#discussion_r153121234
 
 

 ##########
 File path: test/integration/smoke/test_ssvm.py
 ##########
 @@ -75,7 +75,7 @@ def tearDown(self):
         return
 
     def waitForSystemVMAgent(self, vmname):
-        timeout = self.services["timeout"]
+        timeout = 120
 
 Review comment:
   I've heavily refactored and fixed this test in my branch/PR #2211. In 
general, throughout the test codebase we should NOT be sleeping blindly but use 
`wait_until` and poll for behaviour (i.e list stuff) over some short period 
(1-10 seconds) and retries.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to