Browse Source

Stresstests: increase result expiry to 300secs

Ask Solem 11 năm trước cách đây
mục cha
commit
b6c991af65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),