Commit 1c165373 authored by Victor Stinner's avatar Victor Stinner

asyncio: Fix granularity of test_utils.TestLoop.

parent 95728982
......@@ -196,6 +196,7 @@ class TestLoop(base_events.BaseEventLoop):
next(self._gen)
self._time = 0
self._timers = []
self._granularity = 1e-9
self._selector = TestSelector()
self.readers = {}
......
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