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 0f55d9a commit 42a526cCopy full SHA for 42a526c
1 file changed
Lib/test/_test_multiprocessing.py
@@ -3651,7 +3651,7 @@ def test_semaphore_tracker(self):
3651
_multiprocessing.sem_unlink(name1)
3652
p.terminate()
3653
p.wait()
3654
- time.sleep(1.0)
+ time.sleep(2.0)
3655
with self.assertRaises(OSError) as ctx:
3656
_multiprocessing.sem_unlink(name2)
3657
# docs say it should be ENOENT, but OSX seems to give EINVAL
0 commit comments