circuitpython/tests/extmod/uasyncio_wait_task.py.exp
Damien George c90f097519 tests/extmod: Increase timing on uasyncio tests to make more reliable.
Non-real-time systems like Windows, Linux and macOS do not have reliable
timing, so increase the sleep intervals to make these tests more likely to
pass.

Signed-off-by: Damien George <damien@micropython.org>
2022-05-03 22:53:12 +10:00

11 lines
78 B
Plaintext

start
task 1
task 2
----
start
hello
world
took 200 200
task_raise
ValueError