mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
Use the same `wait_for_event` in all tests that doesn't hold a reference to the event data tuple and handles repeat events. Also fix a few misc reliability issues around timeouts and sequencing. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>