瀏覽代碼

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',