diff options
author | alon@honor <none@none> | 2010-10-24 19:12:49 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-24 19:12:49 -0700 |
commit | 1522f18aab92cfa3e9a58e1eefc40aefcfdc946c (patch) | |
tree | b18a677afe96f1147b810af48c0c624d5b7680da /tests/settings.py | |
parent | 58ce4fae9a0aef99dee70643e15e8cea8e5d5c71 (diff) |
bullet test
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') |