[Python-checkins] bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)

miss-islington webhook-mailer at python.org
Tue Apr 20 13:22:30 EDT 2021


https://github.com/python/cpython/commit/077a2e76649c2fc49ebb8982b6855bab09a85e8f
commit: 077a2e76649c2fc49ebb8982b6855bab09a85e8f
branch: master
author: Sviatoslav Sydorenko <wk at sydorenko.org.ua>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-04-20T10:22:26-07:00
summary:

bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)



Ref: 

Signed-off-by: Sviatoslav Sydorenko <webknjaz at redhat.com>

files:
M .github/workflows/coverage.yml

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d8d932a7652d1..1480a92b5c440 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -54,6 +54,7 @@ jobs:
         python -m test.pythoninfo
         export PYTHONPATH=`find .venv -name fullcoverage`
     - name: 'Tests with coverage'
+      timeout-minutes: 100  # 1h40m, ref https://bugs.python.org/issue43888
       run: >
         source ./.venv/bin/activate &&
         xvfb-run python -m coverage



More information about the Python-checkins mailing list