From 07f8f53d8ef3e6d486233f087483cfc71a052c1c Mon Sep 17 00:00:00 2001 From: "Simon.Jiang" Date: Sat, 19 Aug 2023 08:38:10 +0800 Subject: [PATCH] BLADE-728 update github timeout for verify --- .github/workflows/verify.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f84d0d246..b1f94b5bb 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -113,7 +113,7 @@ jobs: MacOSJDK11: name: MacOS JDK11 runs-on: macos-latest - timeout-minutes: 60 + timeout-minutes: 100 steps: - name: Check out repository uses: actions/checkout@v3 @@ -149,34 +149,3 @@ jobs: label: "MacOS JDK11 test reports" report: "**/TEST-*.xml" token: "7793a209-c075-4644-9bdb-9205dbe5c4e7" - #WindowsJDK8: - # name: Windows JDK8 - # runs-on: windows-latest - # timeout-minutes: 60 - # steps: - # - name: Checkout - # uses: actions/checkout@v1 - # - name: Set up JDK8 - # uses: actions/setup-java@v1 - # with: - # java-version: 1.8 - # - name: Cache - # uses: actions/cache@v1 - # with: - # path: ~/.gradle/caches - # key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - # restore-keys: | - # ${{ runner.os }}-gradle- - # - name: Build - # shell: bash - # env: - # GITHUB_CI: "true" - # run: | - # ./run-tests.bat - # - name: Run reporter - # uses: check-run-reporter/action@v2.0.0 - # if: ${{ always() }} - # with: - # label: "Windows JDK8 test reports" - # report: "**/TEST-*.xml" - # token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"