Skip to content

Commit

Permalink
fixup! TO-DROP: test time out handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 3, 2023
1 parent c4a1ef1 commit 24cf62e
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 @@ -55,7 +55,7 @@ jobs:
- name: test
id: test
shell: bash
timeout-minutes: 2
timeout-minutes: 1
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 24cf62e

Please sign in to comment.