https://github.com/python/cpython/commit/eb2e430b88afa93e7bfc05f4346e8336c2c31b48
commit: eb2e430b88afa93e7bfc05f4346e8336c2c31b48
branch: main
author: Victor Stinner <vstin...@python.org>
committer: vstinner <vstin...@python.org>
date: 2025-04-25T13:29:16Z
summary:

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

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 366f8a8d44d1d1..b192508c78685c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 \

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to