Skip to content

Commit

Permalink
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (python…
Browse files Browse the repository at this point in the history
…GH-25471)

Ref: 

Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
  • Loading branch information
webknjaz committed Apr 20, 2021
1 parent b2b6cd0 commit 077a2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 077a2e7

Please sign in to comment.