Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-130727: Retry test_wmi on TimeoutError#130832
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Use sleeping_retry() in test_wmi to retry multiple times onTimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).
LGTM. I hadn't noticed |
f67ff9e
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Use sleeping_retry() in test_wmi to retry multiple times onTimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).(cherry picked from commitf67ff9e)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-130839 is a backport of this pull request to the3.13 branch. |
Use sleeping_retry() in test_wmi to retry multiple times onTimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).(cherry picked from commitf67ff9e)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-130840 is a backport of this pull request to the3.12 branch. |
Use sleeping_retry() in test_wmi to retry multiple times onTimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).
Uh oh!
There was an error while loading.Please reload this page.
Use sleeping_retry() in test_wmi to retry multiple times on TimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).
test_wmi_query_error
test is flaky #130727