]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-132912: Set 15 min timeout on GHA Hypothesis CI (#132914)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Apr 2025 13:29:16 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 13:29:16 +0000 (13:29 +0000)
.github/workflows/build.yml

index 366f8a8d44d1d134eea5646f41502c457b08be2d..b192508c78685c439742fb8e89b2f92ed365cf10 100644 (file)
@@ -422,8 +422,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 \