diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 58803672f97dab0b4e9ff08e8f9eccb16248c974..93bfae22f5b82992ea136ba3c64eb621501c858e 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -120,7 +120,7 @@ jobs: if: github.event.pull_request.draft == true && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 name: be-tests-java-11-ee-pre-check - timeout-minutes: 25 + timeout-minutes: 35 steps: - uses: actions/checkout@v3 - name: Prepare front-end environment @@ -153,7 +153,7 @@ jobs: if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 name: be-tests-java-${{ matrix.java-version }}-${{ matrix.edition }} - timeout-minutes: 25 + timeout-minutes: 35 strategy: fail-fast: false matrix: diff --git a/.github/workflows/drivers.yml b/.github/workflows/drivers.yml index 703ee4857917feb87a1f4c5e677b1a935a928cfc..ea0271c24ff6abe327e60344d8a5ea25bda0e120 100644 --- a/.github/workflows/drivers.yml +++ b/.github/workflows/drivers.yml @@ -32,7 +32,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: athena @@ -52,7 +52,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: bigquery-cloud-sdk @@ -74,7 +74,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: druid @@ -97,7 +97,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: googleanalytics @@ -113,7 +113,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: 'googleanalytics,bigquery-cloud-sdk' @@ -135,7 +135,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -161,7 +161,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -187,7 +187,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -210,7 +210,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -245,7 +245,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -268,7 +268,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -303,7 +303,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mongo @@ -329,7 +329,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -355,7 +355,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: mysql @@ -393,7 +393,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: oracle @@ -420,7 +420,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: oracle @@ -456,7 +456,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: postgres @@ -485,7 +485,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: postgres @@ -518,7 +518,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: presto-jdbc @@ -568,7 +568,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: redshift @@ -588,7 +588,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: snowflake @@ -610,7 +610,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sparksql @@ -631,7 +631,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sqlite @@ -647,7 +647,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: sqlserver @@ -675,7 +675,7 @@ jobs: needs: files-changed if: github.event.pull_request.draft == false && needs.files-changed.outputs.backend_all == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 45 + timeout-minutes: 60 env: CI: 'true' DRIVERS: vertica