Ask Solem hace 10 años
padre
commit
23d34768f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      funtests/stress/stress/suite.py

+ 1 - 1
funtests/stress/stress/suite.py

@@ -214,7 +214,7 @@ class Suite(object):
 
     def always_timeout(self):
         self.join(
-            group(sleeping.s(1).set(time_limit=0.1)
+            group(sleeping.s(1).set(time_limit=0.001)
                   for _ in range(100))(),
             timeout=10, propagate=True,
         )