Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7684055

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 commiteb2e430)Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent7ebfc6e commit7684055

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)

[8]ページ先頭

©2009-2025 Movatter.jp