From 24cf62ef998181e1cbad1f4c6b227983d1416eeb Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 3 Dec 2023 09:43:30 +0100 Subject: [PATCH] fixup! TO-DROP: test time out handling --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79c29bb790ee24..d16cc6281d5550 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 == ''