Skip to content

Commit e25c067

Browse files
authored
ci: Add timeout to integration tests job (getsentry#7243)
1 parent b1b249b commit e25c067

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
job_node_unit_tests:
432432
name: Node (${{ matrix.node }}) Unit Tests
433433
needs: [job_get_metadata, job_build]
434-
timeout-minutes: 30
434+
timeout-minutes: 10
435435
runs-on: ubuntu-20.04
436436
strategy:
437437
fail-fast: false
@@ -469,7 +469,7 @@ jobs:
469469
name: Nextjs (Node ${{ matrix.node }}) Tests
470470
needs: [job_get_metadata, job_build]
471471
if: needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request'
472-
timeout-minutes: 30
472+
timeout-minutes: 15
473473
runs-on: ubuntu-20.04
474474
strategy:
475475
fail-fast: false
@@ -528,6 +528,7 @@ jobs:
528528
needs: [job_get_metadata, job_build]
529529
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
530530
runs-on: ubuntu-20.04
531+
timeout-minutes: 15
531532
strategy:
532533
fail-fast: false
533534
matrix:

0 commit comments

Comments
 (0)