aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-24 19:12:49 -0700
committeralon@honor <none@none>2010-10-24 19:12:49 -0700
commit1522f18aab92cfa3e9a58e1eefc40aefcfdc946c (patch)
treeb18a677afe96f1147b810af48c0c624d5b7680da /tests/settings.py
parent58ce4fae9a0aef99dee70643e15e8cea8e5d5c71 (diff)
bullet test
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
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')