소스 검색

Hmm. try different timing.

Ionel Cristian Mărieș 11 년 전
부모
커밋
3f5878c9c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/tests/concurrency/test_workhorse.py

+ 1 - 1
celery/tests/concurrency/test_workhorse.py

@@ -56,7 +56,7 @@ class test_Workhorse(AppCase):
         error_callback = Mock()
         pool.apply_async(
             lambda x: time.sleep(x),
-            (2, ),
+            (5, ),
             {},
             accept_callback=accept_callback,
             correlation_id='asdf-1234',