We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a1ef1 commit 24cf62eCopy full SHA for 24cf62e
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: test
56
id: test
57
shell: bash
58
- timeout-minutes: 2
+ timeout-minutes: 1
59
run: . /etc/profile && ci/run-test-slice.sh 0 1
60
- name: handle timed-out tests
61
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
0 commit comments