]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22333: Extend timeout in test_threaded_import
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 23:45:16 +0000 (01:45 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 23:45:16 +0000 (01:45 +0200)
commitd7722d7147386a3bfac0a8b7e94ef0cbf5030b6f
tree79faeadf821f817a568dfa4120363ab7bb189e2a
parentcd09571894d8e0a872552082ee394b370f84b71c
Issue #22333: Extend timeout in test_threaded_import

Check if the sporadic failure is related to a timeout.
The test just failed on the buildbot "x86 Windows7 3.x": 1 thread done / 20
(the 'done' condition was not signaled because 1 < 20).
Lib/test/test_threaded_import.py