Skip to content

Commit

Permalink
fixup! amend! t: restrict to tests failing with current the MSYS2 run…
Browse files Browse the repository at this point in the history
…time
  • Loading branch information
dscho committed Dec 3, 2023
1 parent 26fcd6e commit 014d02b
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 @@ -88,7 +88,7 @@ jobs:
- name: test
id: test
shell: bash
timeout-minutes: 30
timeout-minutes: 240
run: . /etc/profile && ci/run-test-slice.sh 0 1
- name: handle timed-out tests
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
Expand Down

0 comments on commit 014d02b

Please sign in to comment.