weizhouapache commented on code in PR #13628:
URL: https://github.com/apache/cloudstack/pull/13628#discussion_r3595139681


##########
test/integration/smoke/test_nonstrict_affinity_group.py:
##########
@@ -209,6 +209,9 @@ def test_01_non_strict_host_anti_affinity(self):
                             vm_2_host_id,
                             msg="Both VMs of affinity group %s are on the same 
host" % self.affinity_group.name)
 
+
+        time.sleep(10)
+

Review Comment:
   wait 10 seconds for the vm to boot into OS. it is already Running



##########
test/integration/smoke/test_nonstrict_affinity_group.py:
##########
@@ -362,6 +365,8 @@ def test_02_non_strict_host_affinity(self):
                          vm_12_host_id,
                          msg="Both VMs of affinity group %s are on the 
different host" % self.affinity_group.name)
 
+        time.sleep(10)
+

Review Comment:
   wait 10 seconds for the vm to boot into OS. it is already Running



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to