Ver código fonte

More testing

Ask Solem 10 anos atrás
pai
commit
23d34768f0
1 arquivos alterados com 1 adições e 1 exclusões
  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,
         )