Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7684055

Browse files
[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 eb2e430) Co-authored-by: Victor Stinner <[email protected]>
1 parent 7ebfc6e commit 7684055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,9 @@ jobs:
457457
# failing when executed from inside a virtual environment.
458458
"${VENV_PYTHON}" -m test \
459459
-W \
460-
-o \
460+
--slowest \
461461
-j4 \
462+
--timeout 900 \
462463
-x test_asyncio \
463464
-x test_multiprocessing_fork \
464465
-x test_multiprocessing_forkserver \

0 commit comments

Comments
 (0)