Explorar el Código

Hmm. try different timing.

Ionel Cristian Mărieș hace 11 años
padre
commit
3f5878c9c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',