From 7907aacd369f1e2bb1414ac2df858d33de0fcee7 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Sat, 21 Dec 2024 16:21:33 -0500 Subject: [PATCH] add temporary timeout --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d878a52ddac29..958a82760c517 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: uses: ./.github/actions/run-gradle with: test-task: quarantinedTest - timeout-minutes: 180 + timeout-minutes: 10 test-catalog-path: ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt build-scan-artifact-name: build-scan-quarantined-test-${{ matrix.java }} @@ -193,7 +193,7 @@ jobs: uses: ./.github/actions/run-gradle with: test-task: test - timeout-minutes: 180 # 3 hours + timeout-minutes: 10 # 3 hours test-catalog-path: ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt build-scan-artifact-name: build-scan-test-${{ matrix.java }}