ci: add timeout-minutes for int and e2e (#12903)

Setting `timeout-minutes` to `45` for all int and e2e tests.
This commit is contained in:
Elliot DeNolf
2025-06-23 13:56:16 -04:00
committed by GitHub
parent a44e4c46c5
commit c7dc1b46c2

View File

@@ -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: