diff options
| author | Damien George <damien@micropython.org> | 2022-05-03 22:39:58 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-05-03 22:53:12 +1000 |
| commit | c90f097519c7342a128848bf9dc5b38ba75d4222 (patch) | |
| tree | df9c67263d9fa2cd3c7d97f893147825a2a22e1c /tests/extmod/uasyncio_basic.py.exp | |
| parent | 0e7bfc88c6ac6b5d64240f91183a3cfe2ab67ade (diff) | |
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>
Diffstat (limited to 'tests/extmod/uasyncio_basic.py.exp')
| -rw-r--r-- | tests/extmod/uasyncio_basic.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/uasyncio_basic.py.exp b/tests/extmod/uasyncio_basic.py.exp index 667397876..478e22abc 100644 --- a/tests/extmod/uasyncio_basic.py.exp +++ b/tests/extmod/uasyncio_basic.py.exp @@ -3,4 +3,4 @@ after sleep short long negative -took 20 40 0 +took 200 400 0 |
