소스 검색

More testing

Ask Solem 10 년 전
부모
커밋
23d34768f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):
     def always_timeout(self):
         self.join(
         self.join(
-            group(sleeping.s(1).set(time_limit=0.1)
+            group(sleeping.s(1).set(time_limit=0.001)
                   for _ in range(100))(),
                   for _ in range(100))(),
             timeout=10, propagate=True,
             timeout=10, propagate=True,
         )
         )