Skip to content

Commit 74b9965

Browse files
committed
CI: Timeout tox and dump debug information if we go >20 minutes
1 parent bd498d4 commit 74b9965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Show tox config
151151
run: pipx run tox c
152152
- name: Run tox
153-
run: tox
153+
run: tox --exit-and-dump-after 1200
154154
- uses: codecov/codecov-action@v3
155155
if: ${{ always() }}
156156
with:

0 commit comments

Comments
 (0)