diff options
Diffstat (limited to 'tests/thread/mutate_instance.py')
-rw-r--r-- | tests/thread/mutate_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/mutate_instance.py b/tests/thread/mutate_instance.py index 449c9f0e0c..a1ae428b54 100644 --- a/tests/thread/mutate_instance.py +++ b/tests/thread/mutate_instance.py @@ -25,7 +25,7 @@ def th(n, lo, hi): lock = _thread.allocate_lock() n_repeat = 30 -n_range = 300 +n_range = 50 # 300 for stressful test (uses more heap) n_thread = 4 n_finished = 0 |