micropython/tests/extmod/uasyncio_heaplock.py.exp
Damien George 180c54d6cc tests/extmod: Make uasyncio_heaplock test more deterministic.
This helps the test pass on systems with an inaccurate sleep time.

Signed-off-by: Damien George <damien@micropython.org>
2021-06-25 11:31:00 +10:00

10 lines
43 B
Plaintext

start
1 0
2 0
sleep
1 1
1 2
2 1
1 3
finish