You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/24 08:29:05 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #5503: test_vpc_redundant.py: reduce sleep time from 1 hour to 21 mins

weizhouapache commented on a change in pull request #5503:
URL: https://github.com/apache/cloudstack/pull/5503#discussion_r715419362



##########
File path: test/integration/smoke/test_vpc_redundant.py
##########
@@ -604,13 +604,13 @@ def test_04_rvpc_network_garbage_collector_nics(self):
         self.logger.debug("network.gc.wait is ==> %s" % gc_wait)
         self.logger.debug("network.gc.interval is ==> %s" % gc_interval)
 
-        total_sleep = 120
+        total_sleep = 360

Review comment:
       @rhtyd 
   gc_wait and gc_interval are both 600 (seconds) by default.
   so the total_sleep time was (600+600) * 3 = 3600 seconds (1 hour), now it is 21 mins.
   
   if gc_wait or gc_interval is not found in global setting, then 120 *3 seconds = 360 seconds (6 mins), it is same to it now.




-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org