Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) #110427

Merged
merged 1 commit into from Oct 5, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 5, 2023

Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase the timeout depending on the --timeout option. For example, for a test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT of 20 seconds instead of 5 seconds before.

(cherry picked from commit 0db2f14)

…hon#110413)

Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase
the timeout depending on the --timeout option. For example, for a
test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT
of 20 seconds instead of 5 seconds before.

(cherry picked from commit 0db2f14)
@vstinner
Copy link
Member Author

vstinner commented Oct 5, 2023

Tests / Check if generated files are up to date (pull_request) Failing

Oh, that's new unrelated Makefile bug: #110429 I just fixed it in main and will backport the fix to 3.11 and 3.12 branches.

@vstinner vstinner merged commit 350d89b into python:3.12 Oct 5, 2023
22 checks passed
@vstinner vstinner deleted the loopback_timeout12 branch October 5, 2023 20:37
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 5, 2023
…ds (pythonGH-110413) (pythonGH-110427)

pythongh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (pythonGH-110413)

Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase
the timeout depending on the --timeout option. For example, for a
test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT
of 20 seconds instead of 5 seconds before.

(cherry picked from commit 350d89b)

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 0db2f14)
@bedevere-app
Copy link

bedevere-app bot commented Oct 5, 2023

GH-110440 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Oct 5, 2023
vstinner added a commit that referenced this pull request Oct 5, 2023
…nds (GH-110413) (GH-110427) (#110440)

[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-110413) (GH-110427)

gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-110413)

Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase
the timeout depending on the --timeout option. For example, for a
test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT
of 20 seconds instead of 5 seconds before.

(cherry picked from commit 350d89b)

Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 0db2f14)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants