mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Relax timing even more, hopefully again fixes issue 19579.
This commit is contained in:
parent
434d27a490
commit
94097b02c2
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class BaseEventLoopTests(unittest.TestCase):
|
|||
self.loop._run_once()
|
||||
|
||||
t = self.loop._selector.select.call_args[0][0]
|
||||
self.assertTrue(9.9 < t < 10.1, t)
|
||||
self.assertTrue(9.5 < t < 10.5, t)
|
||||
self.assertEqual([h2], self.loop._scheduled)
|
||||
self.assertTrue(self.loop._process_events.called)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue