Thanks to visit codestin.com Credit goes to github.com
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 215ad66 commit 6f20b7cCopy full SHA for 6f20b7c
1 file changed
Lib/test/test_epoll.py
@@ -174,11 +174,8 @@ def test_control_and_wait(self):
174
expected.sort()
175
176
self.assertEqual(events, expected)
177
- self.assertFalse(then - now > 0.01, then - now)
178
179
- now = time.time()
180
events = ep.poll(timeout=2.1, maxevents=4)
181
- then = time.time()
182
self.assertFalse(events)
183
184
client.send(b"Hello!")
0 commit comments