Skip to content

Commit

Permalink
Adding a timeout of 60mins for the test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 26, 2023
1 parent db7bf13 commit 67a960e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 67a960e

Please sign in to comment.