Explorar el Código

Stresstests: increase result expiry to 300secs

Ask Solem hace 11 años
padre
commit
b6c991af65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      funtests/stress/stress/templates.py

+ 1 - 1
funtests/stress/stress/templates.py

@@ -50,7 +50,7 @@ class default(object):
     CELERY_TASK_SERIALIZER = 'json'
     CELERY_RESULT_SERIALIZER = 'json'
     CELERY_RESULT_PERSISTENT = True
-    CELERY_TASK_RESULT_EXPIRES = 60
+    CELERY_TASK_RESULT_EXPIRES = 300
     CELERY_QUEUES = [
         Queue(CSTRESS_QUEUE,
               exchange=Exchange(CSTRESS_QUEUE),