]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>
Tue, 20 Apr 2021 17:22:26 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 17:22:26 +0000 (10:22 -0700)
Ref:

Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
.github/workflows/coverage.yml

index d8d932a7652d157062476cbb485988d71a2f1e63..1480a92b5c440063e74198e644fc89740f4faaad 100644 (file)
@@ -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