From c7dc1b46c278ff0f6d35ae696560aa68ec8f03c2 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Mon, 23 Jun 2025 13:56:16 -0400 Subject: [PATCH] ci: add timeout-minutes for int and e2e (#12903) Setting `timeout-minutes` to `45` for all int and e2e tests. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69404560de..a803fabc41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,6 +163,7 @@ jobs: needs: [changes, build] if: ${{ needs.changes.outputs.needs_tests == 'true' }} name: int-${{ matrix.database }} + timeout-minutes: 45 strategy: fail-fast: false matrix: @@ -258,6 +259,7 @@ jobs: needs: [changes, build] if: ${{ needs.changes.outputs.needs_tests == 'true' }} name: e2e-${{ matrix.suite }} + timeout-minutes: 45 strategy: fail-fast: false matrix: