File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2222 test-all-packages :
2323 name : Ember Tests
2424 runs-on : ${{ matrix.os }}
25+ timeout-minutes : 10
2526
2627 strategy :
28+ fail-fast : false
2729 matrix :
2830 node-version : [16.x, 14.x]
2931 os : [ubuntu-latest, windows-latest]
5153 integration-tests :
5254 name : Integration Tests
5355 runs-on : ${{ matrix.os }}
56+ timeout-minutes : 10
5457
5558 strategy :
59+ fail-fast : false
5660 matrix :
5761 node-version : [16.x, 14.x]
5862 os : [ubuntu-latest, windows-latest]
7377 test-packages :
7478 name : Test Packages
7579 runs-on : ${{ matrix.os }}
80+ timeout-minutes : 10
7681
7782 strategy :
83+ fail-fast : false
7884 matrix :
7985 node-version : [16.x, 14.x]
8086 os : [ubuntu-latest, windows-latest]
99105 test-legacy-mocha :
100106 name : Legacy Mocha Tests - ${{ matrix.node-version }}
101107 runs-on : ubuntu-latest
108+ timeout-minutes : 10
102109
103110 strategy :
104111 fail-fast : false
@@ -122,7 +129,7 @@ jobs:
122129 try-scenarios :
123130 name : " ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
124131 runs-on : ubuntu-latest
125- timeout-minutes : 7
132+ timeout-minutes : 10
126133
127134 strategy :
128135 fail-fast : false
You can’t perform that action at this time.
0 commit comments