Skip to content

Commit

Permalink
TO-DROP: reduce win-test timeout to 12 minutes
Browse files Browse the repository at this point in the history
Should still be plenty enough.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 2, 2024
1 parent 6dffa81 commit fe7a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: test
id: test
shell: bash
timeout-minutes: 20
timeout-minutes: 12
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
- name: handle timed-out tests
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
Expand Down

0 comments on commit fe7a165

Please sign in to comment.