File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ jobs:
431
431
job_node_unit_tests :
432
432
name : Node (${{ matrix.node }}) Unit Tests
433
433
needs : [job_get_metadata, job_build]
434
- timeout-minutes : 30
434
+ timeout-minutes : 10
435
435
runs-on : ubuntu-20.04
436
436
strategy :
437
437
fail-fast : false
@@ -469,7 +469,7 @@ jobs:
469
469
name : Nextjs (Node ${{ matrix.node }}) Tests
470
470
needs : [job_get_metadata, job_build]
471
471
if : needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request'
472
- timeout-minutes : 30
472
+ timeout-minutes : 15
473
473
runs-on : ubuntu-20.04
474
474
strategy :
475
475
fail-fast : false
@@ -528,6 +528,7 @@ jobs:
528
528
needs : [job_get_metadata, job_build]
529
529
if : needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
530
530
runs-on : ubuntu-20.04
531
+ timeout-minutes : 15
531
532
strategy :
532
533
fail-fast : false
533
534
matrix :
You can’t perform that action at this time.
0 commit comments