From 61d358f965aa7b0d81a3d24d934c0a8843bec2be Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Mon, 12 Dec 2011 12:39:55 -0600 Subject: [PATCH] Increases validator timeout (see bug 707495) --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 78f22d8f87..e793ee9256 100644 --- a/settings.py +++ b/settings.py @@ -1144,7 +1144,7 @@ QUNIT_TEST_DIRECTORY = os.path.join(MEDIA_ROOT, 'js', 'zamboni', 'tests') SPIDERMONKEY = None VALIDATE_ADDONS = True # Number of seconds before celery tasks will abort addon validation: -VALIDATOR_TIMEOUT = 30 +VALIDATOR_TIMEOUT = 90 # When True include full tracebacks in JSON. This is useful for QA on preview. EXPOSE_VALIDATOR_TRACEBACKS = False