diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-12 15:10:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-12 15:10:11 -0700 |
commit | d2f680e7a4eee462dd487e6482c8ee4c27f7c6bb (patch) | |
tree | 9f785c58fbda93fe96946513587b195ed0342668 /tests/runner.py | |
parent | 4fe256e2571b288e98fe81d20eb37f9fba1006f0 (diff) |
clean up shell.js
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 667fd16d..ea9b2f94 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2411,7 +2411,7 @@ else: USE_CLOSURE_COMPILER = 1 - TEST_REPS = 10 + TEST_REPS = 3 TOTAL_TESTS = 4 tests_done = 0 |