diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/settings.py b/tests/settings.py index 7308a89f..8c987e94 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -39,8 +39,6 @@ JS_ENGINE=V8_ENGINE JS_ENGINE_PARAMS = ['--'] # For V8 JS_ENGINE_PARAMS = [] # For SpiderMonkey -OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow - TIMEOUT = None # Tools |