Browse Source

Stresstest default heartbeat now 30s

Ask Solem 9 years ago
parent
commit
f1930712e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      funtests/stress/stress/templates.py

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

@@ -50,7 +50,7 @@ def template_names():
 
 @template()
 class default(object):
-    BROKER_HEARTBEAT=2
+    BROKER_HEARTBEAT=30
     CELERY_ACCEPT_CONTENT = ['json']
     CELERY_DEFAULT_QUEUE = CSTRESS_QUEUE
     CELERY_TASK_SERIALIZER = 'json'