Skip to content

Commit 077a2e7

Browse files
authored
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
Ref: Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
1 parent b2b6cd0 commit 077a2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
python -m test.pythoninfo
5555
export PYTHONPATH=`find .venv -name fullcoverage`
5656
- name: 'Tests with coverage'
57+
timeout-minutes: 100 # 1h40m, ref https://bugs.python.org/issue43888
5758
run: >
5859
source ./.venv/bin/activate &&
5960
xvfb-run python -m coverage

0 commit comments

Comments
 (0)