Skip to content

Commit 24cf62e

Browse files
committed
fixup! TO-DROP: test time out handling
1 parent c4a1ef1 commit 24cf62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: test
5656
id: test
5757
shell: bash
58-
timeout-minutes: 2
58+
timeout-minutes: 1
5959
run: . /etc/profile && ci/run-test-slice.sh 0 1
6060
- name: handle timed-out tests
6161
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''

0 commit comments

Comments
 (0)