diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index a0b00e16a3c4..cfe067061719 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -228,6 +228,7 @@ jobs: name: Run Tests if: github.ref_type != 'tag' runs-on: ${{ matrix.os }} + timeout-minutes: 60 needs: [changes] strategy: fail-fast: false @@ -376,6 +377,7 @@ jobs: name: Run Flaky Tests if: github.ref_type != 'tag' runs-on: ${{ matrix.os }} + timeout-minutes: 60 needs: [changes] strategy: fail-fast: false @@ -567,6 +569,7 @@ jobs: name: Run Non-Sequential Integration Tests if: github.ref_type != 'tag' runs-on: ubuntu-22.04 + timeout-minutes: 60 needs: [changes] env: REDIS_HOST: localhost @@ -702,6 +705,7 @@ jobs: sequential_integration_test: name: Run Sequential Integration Tests runs-on: ubuntu-20.04 + timeout-minutes: 60 needs: [changes] env: POSTGRES_HOST: localhost