]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96710: Make the test timing more lenient for the int/str DoS regression test....
authorGregory P. Smith <greg@krypto.org>
Fri, 9 Sep 2022 19:51:34 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 19:51:34 +0000 (12:51 -0700)
commit11e3548fd1d3445ccde971d613633b58d73c3016
tree709f72d4c0a28dec48ab6c2c4ea128f52f93f113
parent88a7f661ca02c0eb76b8f19234b8293b70f171e2
gh-96710: Make the test timing more lenient for the int/str DoS regression test. (#96717)

A regression would still absolutely fail and even a flaky pass isn't
harmful as it'd fail most of the time across our N system test runs.

Windows has a low resolution timer and CI systems are prone to odd
timing so this just gives more leeway to avoid flakiness.
Lib/test/test_int.py