mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-132912: Set 15 min timeout on GHA Hypothesis CI (#132914)
This commit is contained in:
parent
e8cf3a1a64
commit
eb2e430b88
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue