gh-132912: Set 15 min timeout on GHA Hypothesis CI (#132914)

This commit is contained in:
Victor Stinner 2025-04-25 15:29:16 +02:00 committed by GitHub
parent e8cf3a1a64
commit eb2e430b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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