diff options
| author | Damien George <damien.p.george@gmail.com> | 2020-06-05 21:26:27 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-06-10 22:29:44 +1000 |
| commit | a4c96fb3b0c5e3bf83238a0edd0fbcbfd96208c8 (patch) | |
| tree | 32f02633f7a2aae51e3882693cdcfa8122e73f15 /tests/extmod/uasyncio_micropython.py.exp | |
| parent | f3062b5cbdeea5900486a38902e3155117ebf820 (diff) | |
extmod/uasyncio: Add asyncio.wait_for_ms function.
Fixes issue #6107.
Diffstat (limited to 'tests/extmod/uasyncio_micropython.py.exp')
| -rw-r--r-- | tests/extmod/uasyncio_micropython.py.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_micropython.py.exp b/tests/extmod/uasyncio_micropython.py.exp new file mode 100644 index 000000000..f5be1dc75 --- /dev/null +++ b/tests/extmod/uasyncio_micropython.py.exp @@ -0,0 +1,7 @@ +True +task start 1 +task end 1 +2 +task start 2 +timeout +finish |
