From 8b9ddf403119100d6bbd4c6d77bd4a334032b893 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 31 May 2016 17:36:06 +0100 Subject: tests/thread: Allow some tests to run on ports with not much heap. --- tests/thread/mutate_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/thread/mutate_instance.py') diff --git a/tests/thread/mutate_instance.py b/tests/thread/mutate_instance.py index 449c9f0e0..a1ae428b5 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 -- cgit v1.2.3