We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b6cd0 commit 077a2e7Copy full SHA for 077a2e7
.github/workflows/coverage.yml
@@ -54,6 +54,7 @@ jobs:
54
python -m test.pythoninfo
55
export PYTHONPATH=`find .venv -name fullcoverage`
56
- name: 'Tests with coverage'
57
+ timeout-minutes: 100 # 1h40m, ref https://bugs.python.org/issue43888
58
run: >
59
source ./.venv/bin/activate &&
60
xvfb-run python -m coverage
0 commit comments