kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: test_full_wait: Update for runq/waitq refactor.
rodzic
4c63ecf5a6
commit
7e8a3cfe45
|
@ -47,4 +47,4 @@ except StopIteration:
|
||||||
print(loop.msgs)
|
print(loop.msgs)
|
||||||
# .wait() is now called on each loop iteration, and for our mock case, it means that
|
# .wait() is now called on each loop iteration, and for our mock case, it means that
|
||||||
# at the time of running, self.time() will be skewed by 100 virtual time units.
|
# at the time of running, self.time() will be skewed by 100 virtual time units.
|
||||||
assert loop.msgs == ['I should be run first, time: 200', 'I should be run second, time: 600'], str(loop.msgs)
|
assert loop.msgs == ['I should be run first, time: 100', 'I should be run second, time: 500'], str(loop.msgs)
|
||||||
|
|
Ładowanie…
Reference in New Issue