From fe7a16547fc84cf1e1159cabc171841e2b242efb Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 2 Dec 2023 11:42:03 +0100 Subject: [PATCH] TO-DROP: reduce win-test timeout to 12 minutes Should still be plenty enough. Signed-off-by: Johannes Schindelin --- .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 6bd8349dbb0300..6fe27122a99ac5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - name: test id: test shell: bash - timeout-minutes: 20 + timeout-minutes: 12 run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10 - name: handle timed-out tests if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''