]> granicus.if.org Git - python/commit
bpo-31234: Try to fix lock_tests warning (#3557)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 23:41:08 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 23:41:08 +0000 (16:41 -0700)
commit096ae3373abac2c8b3a26a3fe33cc8bd4cbccd4e
tree49d2aec0cb8590cbb2a2f4043e4ce0a940b27746
parent65bc62052fe5d550cb14c0033e8a2550618fb7b9
bpo-31234: Try to fix lock_tests warning (#3557)

Try to fix the "Warning -- threading_cleanup() failed to cleanup 1
threads" warning in test.lock_tests: wait a little bit longer to give
time to the threads to complete.

Warning seen on test_thread and test_importlib.
Lib/test/lock_tests.py