Skip to content

Commit

Permalink
ci: Add timeout to integration tests job (#7243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Feb 22, 2023
1 parent b1b249b commit e25c067
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
job_node_unit_tests:
name: Node (${{ matrix.node }}) Unit Tests
needs: [job_get_metadata, job_build]
timeout-minutes: 30
timeout-minutes: 10
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
name: Nextjs (Node ${{ matrix.node }}) Tests
needs: [job_get_metadata, job_build]
if: needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request'
timeout-minutes: 30
timeout-minutes: 15
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -528,6 +528,7 @@ jobs:
needs: [job_get_metadata, job_build]
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
runs-on: ubuntu-20.04
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e25c067

Please # to comment.