Explorar el Código

CTS: wait (consistently) for 15 minutes for events

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld hace 15 años
padre
commit
4c9b8d3acf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cts/corotests.py

+ 2 - 2
cts/corotests.py

@@ -139,7 +139,7 @@ class CpgConfigChangeBase(CoroTest):
 
     def wait_for_config_change(self):
         found = False
-        max_timeout = 30 * 60
+        max_timeout = 60 * 15
         waited = 0
         printit = 0
         self.CM.log("Waiting for config change on " + self.listener)
@@ -1098,7 +1098,7 @@ class GenStopAllBeekhof(CoroTest):
             self.CM.ShouldBeStatus[n] = "down"
 
         waited = 0
-        max_wait = 60
+        max_wait = 60 * 15
 
         still_up = list(self.CM.Env["nodes"])
         while len(still_up) > 0: