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 Dec 2, 2023
1 parent 379e06e commit eab958a
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 @@ -74,7 +74,7 @@ jobs:
Remove-Item a1.zip
- name: test
shell: bash
timeout-minutes: 20
timeout-minutes: 12
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
- name: print test failures
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
Expand Down

0 comments on commit eab958a

Please sign in to comment.