[3.13] gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914) (#132937)

gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914)
(cherry picked from commit eb2e430b88)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2025-04-25 15:54:36 +02:00 committed by GitHub
parent 7ebfc6ec5e
commit 76840557bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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 \