]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130727: Retry test_wmi on TimeoutError (#130832)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Mar 2025 15:07:01 +0000 (16:07 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 15:07:01 +0000 (16:07 +0100)
commitf67ff9e82071b21c1960401aed4844b00b5bfb53
tree0c4a743c8def08be89b292920244a1b09754dd90
parent1d251b8339a34a54e5d82d912d90bc0ca96e8757
gh-130727: Retry test_wmi on TimeoutError (#130832)

Use sleeping_retry() in test_wmi to retry multiple times on
TimeoutError. Wait up to LONG_TIMEOUT seconds (5 minutes by default).
Lib/test/test_wmi.py