gh-110662: multiprocessing test_async_timeout() increase timeout#110663
gh-110662: multiprocessing test_async_timeout() increase timeout#110663vstinner merged 1 commit intopython:mainfrom
Conversation
|
Windows x86 failed with: Ubuntu failed with: Surprise surprise, macOS failed with: |
Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2.
60b25ab to
8de390e
Compare
|
I rebased the PR on the main branch to get commit 1556f42 fix. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
pythonGH-110663) Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2. (cherry picked from commit 790ecf6) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-110674 is a backport of this pull request to the 3.12 branch. |
|
GH-110675 is a backport of this pull request to the 3.11 branch. |
pythonGH-110663) Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2. (cherry picked from commit 790ecf6) Co-authored-by: Victor Stinner <vstinner@python.org>
…ut (GH-110663) (#110674) gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663) Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2. (cherry picked from commit 790ecf6) Co-authored-by: Victor Stinner <vstinner@python.org>
…ut (GH-110663) (#110675) gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663) Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2. (cherry picked from commit 790ecf6) Co-authored-by: Victor Stinner <vstinner@python.org>
|
|
python#110663) Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2.
Increase timeout from 1 second to 30 seconds, if not longer. The important part is that apply_async() takes longer than TIMEOUT2.