mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge heads
This commit is contained in:
commit
0aade6258c
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ def test_timeout(self):
|
|||
start = time.time()
|
||||
self.assertRaises(pyqueue.Empty, q.get, True, 0.2)
|
||||
delta = time.time() - start
|
||||
self.assertGreaterEqual(delta, 0.19)
|
||||
self.assertGreaterEqual(delta, 0.18)
|
||||
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue