Ver Fonte

Hmm. try different timing.

Ionel Cristian Mărieș há 11 anos atrás
pai
commit
3f5878c9c9
1 ficheiros alterados com 1 adições e 1 exclusões
  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',