Skip to content

Commit ba657db

Browse files
authored
Merge pull request #469 from effigies/ci/increase-timeout
chore(ci): Increase test timeout to 30m (~2x median)
2 parents 1f16768 + bcbaa19 commit ba657db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -175,7 +175,7 @@ jobs:
175175
- name: Show tox config
176176
run: tox c
177177
- name: Run tox
178-
run: tox -v --exit-and-dump-after 1200
178+
run: tox -v --exit-and-dump-after 1800
179179
- uses: codecov/codecov-action@v5
180180
with:
181181
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)