• Victor Stinner's avatar
    bpo-31234: Try to fix lock_tests warning (#3557) · 096ae337
    Victor Stinner authored
    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.
    096ae337
lock_tests.py 28.1 KB