-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_asyncio.test_waitfor: test_wait_for() failed with "AssertionError: 0.547 not less than 0.5" on GHA Windows x64 #109833
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
Labels
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. Only check that SHORT_TIMEOUT (about 30 seconds) is shorter than 1 hour.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. By default, SHORT_TIMEOUT is about 30 seconds and LONG_TIMEOUT is about 5 minutes.
vstinner
added a commit
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour. (cherry picked from commit f29bc9c) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 25, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour. (cherry picked from commit f29bc9c) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
Sep 25, 2023
gh-109833: Fix asyncio test_wait_for() (GH-109834) Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour. (cherry picked from commit f29bc9c) Co-authored-by: Victor Stinner <[email protected]>
csm10495
pushed a commit
to csm10495/cpython
that referenced
this issue
Sep 28, 2023
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour.
Yhg1s
pushed a commit
that referenced
this issue
Oct 2, 2023
gh-109833: Fix asyncio test_wait_for() (GH-109834) Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour. (cherry picked from commit f29bc9c) Co-authored-by: Victor Stinner <[email protected]>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Expect the test to be "short" but don't measure the exact performance of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled coroutine takes around 1 hour.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GHA Windows x64:
build: https://github.com/python/cpython/actions/runs/6299237551/job/17099620804?pr=109828
Linked PRs
The text was updated successfully, but these errors were encountered: