File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments