Skip to content

Commit ad7e94b

Browse files
committed
chore(ci): Increase test timeout to 30m (~2x median)
1 parent 1f16768 commit ad7e94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Show tox config
120120
run: tox c
121121
- name: Run tox
122-
run: tox -v --exit-and-dump-after 1200
122+
run: tox -v --exit-and-dump-after 1800
123123
- uses: codecov/codecov-action@v5
124124
with:
125125
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)