We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c63ecf commit 7e8a3cfCopy full SHA for 7e8a3cf
uasyncio.core/test_full_wait.py
@@ -47,4 +47,4 @@ def cb_2nd():
47
print(loop.msgs)
48
# .wait() is now called on each loop iteration, and for our mock case, it means that
49
# at the time of running, self.time() will be skewed by 100 virtual time units.
50
-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)
0 commit comments