diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py index cd0857ab..9d1002eb 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -35,5 +35,7 @@ COMPILER_ENGINE=V8_ENGINE OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow +TIMEOUT = 360 + CLOSURE_COMPILER = os.path.expanduser('~/Dev/closure-compiler/compiler.jar') |