Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit e5d2ffb

Browse files
committed
Fix TestLoop, set the clock resolution
1 parent ee01f37 commit e5d2ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncio/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def gen():
191191
self._gen = gen()
192192
next(self._gen)
193193
self._time = 0
194+
self._clock_resolution = 1e-9
194195
self._timers = []
195196
self._selector = TestSelector()
196197

0 commit comments

Comments
 (0)