From: Sviatoslav Sydorenko Date: Tue, 20 Apr 2021 17:22:26 +0000 (+0200) Subject: bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471) X-Git-Tag: v3.10.0b1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=077a2e76649c2fc49ebb8982b6855bab09a85e8f;p=thirdparty%2FPython%2Fcpython.git bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471) Ref: Signed-off-by: Sviatoslav Sydorenko --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d8d932a7652d..1480a92b5c44 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