aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-25 19:55:09 -0700
committeralon@honor <none@none>2010-10-25 19:55:09 -0700
commitfcb71c83e999564738683adfd2de8e1a915467ec (patch)
treebf06856c7a616ea2582fd34b1b9e81c987e3815e /tests/settings.py
parent9ba7957609f258c36036004b557e139591ef67c1 (diff)
fix bug with type of |select|
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 9d1002eb..e2d99e32 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -35,7 +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
+TIMEOUT = None
CLOSURE_COMPILER = os.path.expanduser('~/Dev/closure-compiler/compiler.jar')