diff options
-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 741cbb91..191d5bcf 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -919,7 +919,7 @@ else: JS_ENGINE = SPIDERMONKEY_ENGINE #JS_ENGINE = V8_ENGINE - QUANTUM_SIZE = 1 + QUANTUM_SIZE = 4 RELOOP = OPTIMIZE = USE_TYPED_ARRAYS = 1 GUARD_MEMORY = 0 |