Skip to content

[3.14] gh-119452: test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows - #156761

Open
encukou wants to merge 1 commit into
python:3.14from
encukou:3.14-httpservers-windows
Open

[3.14] gh-119452: test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows#156761
encukou wants to merge 1 commit into
python:3.14from
encukou:3.14-httpservers-windows

Conversation

@encukou

@encukou encukou commented Sep 1, 2026

Copy link
Copy Markdown
Member

This is a follow-up to GH-155951 (commit 39921eb),
addressing Windows Refleaks buildbot timeouts.

@bedevere-app bedevere-app Bot added tests Tests in the Lib/test dir awaiting core review labels Sep 1, 2026
@encukou encukou changed the title [3.14] test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows [3.14] gh-119452: test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows Sep 1, 2026
@encukou encukou added the needs backport to 3.13 bugs and security fixes label Sep 1, 2026
# On Windows, request() waits for the entire timeout; the default
# LOOPBACK_TIMEOUT (10s) is too long for 40 repetitions.
# Use a fraction of that (for slow machines), or .001 (in case
# LOOPBACK_TIMEOUT is cunfigured to be smaller).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# LOOPBACK_TIMEOUT is cunfigured to be smaller).
# LOOPBACK_TIMEOUT is configured to be smaller).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge needs backport to 3.13 bugs and security fixes skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants