Browse Source

Hmm. try different timing.

Ionel Cristian Mărieș 11 years ago
parent
commit
3f5878c9c9
1 changed files with 1 additions and 1 deletions
  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',