mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Relax timeout test.
This commit is contained in:
parent
5028f4d461
commit
b8ec1e35a9
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,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