Commit 66249167 authored by Victor Stinner's avatar Victor Stinner

Issue #20505: Fix TestLoop, set the clock resolution

parent 6e7c0520
......@@ -191,6 +191,7 @@ class TestLoop(base_events.BaseEventLoop):
self._gen = gen()
next(self._gen)
self._time = 0
self._clock_resolution = 1e-9
self._timers = []
self._selector = TestSelector()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment