Skip to content

Commit

Permalink
Revert "add temporary timeout"
Browse files Browse the repository at this point in the history
This reverts commit 7907aac.
  • Loading branch information
mumrah committed Dec 21, 2024
1 parent 7907aac commit 1298163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
uses: ./.github/actions/run-gradle
with:
test-task: quarantinedTest
timeout-minutes: 10
timeout-minutes: 180
test-catalog-path: ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt
build-scan-artifact-name: build-scan-quarantined-test-${{ matrix.java }}

Expand All @@ -193,7 +193,7 @@ jobs:
uses: ./.github/actions/run-gradle
with:
test-task: test
timeout-minutes: 10 # 3 hours
timeout-minutes: 180 # 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 }}

Expand Down

0 comments on commit 1298163

Please sign in to comment.