summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-04-20 17:22:26 (GMT)
committerGitHub <noreply@github.com>2021-04-20 17:22:26 (GMT)
commit077a2e76649c2fc49ebb8982b6855bab09a85e8f (patch)
treeeed80a335b31a755c1000b14709fca9b74261681 /.github
parentb2b6cd00c6329426fc3b34700f2e22155b44168c (diff)
downloadcpython-077a2e76649c2fc49ebb8982b6855bab09a85e8f.zip
cpython-077a2e76649c2fc49ebb8982b6855bab09a85e8f.tar.gz
cpython-077a2e76649c2fc49ebb8982b6855bab09a85e8f.tar.bz2
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
Ref: Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d8d932a..1480a92 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