]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914) (#132937)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Apr 2025 13:54:36 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 13:54:36 +0000 (13:54 +0000)
gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914)
(cherry picked from commit eb2e430b88afa93e7bfc05f4346e8336c2c31b48)

Co-authored-by: Victor Stinner <vstinner@python.org>
.github/workflows/build.yml

index 1ebea972c263f8e5a55f7e2c9600ca676e726704..05d0e3a0c70556c065464c2e33499f615b2e9931 100644 (file)
@@ -457,8 +457,9 @@ jobs:
         # failing when executed from inside a virtual environment.
         "${VENV_PYTHON}" -m test \
           -W \
-          -o \
+          --slowest \
           -j4 \
+          --timeout 900 \
           -x test_asyncio \
           -x test_multiprocessing_fork \
           -x test_multiprocessing_forkserver \