Ask Solem %!s(int64=10) %!d(string=hai) anos
pai
achega
23d34768f0
Modificáronse 1 ficheiros con 1 adicións e 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,
         )