瀏覽代碼

Stresstests: increase result expiry to 300secs

Ask Solem 11 年之前
父節點
當前提交
b6c991af65
共有 1 個文件被更改,包括 1 次插入1 次删除
  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),