mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
[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:
parent
7ebfc6ec5e
commit
76840557bc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue