mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge heads
This commit is contained in:
commit
c2d1b567b8
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class _TestQueue(BaseTestCase):
|
|||
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