diff options
author | alon@honor <none@none> | 2010-10-25 19:55:09 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-25 19:55:09 -0700 |
commit | fcb71c83e999564738683adfd2de8e1a915467ec (patch) | |
tree | bf06856c7a616ea2582fd34b1b9e81c987e3815e /tests/settings.py | |
parent | 9ba7957609f258c36036004b557e139591ef67c1 (diff) |
fix bug with type of |select|
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
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') |