diff --git a/tests/thread/stress_schedule.py b/tests/thread/stress_schedule.py index 362d71aa12..10ba67d0bb 100644 --- a/tests/thread/stress_schedule.py +++ b/tests/thread/stress_schedule.py @@ -35,7 +35,7 @@ def thread(): micropython.schedule(task, None) except RuntimeError: # Queue full, back off. - time.sleep_ms(10) + time.sleep_ms(1) for i in range(8):