File tree 2 files changed +6
-6
lines changed
test-packages/integration-tests/test
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
test-all-packages :
23
23
name : Ember Tests
24
24
runs-on : ${{ matrix.os }}
25
- timeout-minutes : 10
25
+ timeout-minutes : 20
26
26
27
27
strategy :
28
28
fail-fast : false
53
53
integration-tests :
54
54
name : Integration Tests
55
55
runs-on : ${{ matrix.os }}
56
- timeout-minutes : 10
56
+ timeout-minutes : 20
57
57
58
58
strategy :
59
59
fail-fast : false
77
77
test-packages :
78
78
name : Test Packages
79
79
runs-on : ${{ matrix.os }}
80
- timeout-minutes : 10
80
+ timeout-minutes : 20
81
81
82
82
strategy :
83
83
fail-fast : false
@@ -105,7 +105,7 @@ jobs:
105
105
test-legacy-mocha :
106
106
name : Legacy Mocha Tests - ${{ matrix.node-version }}
107
107
runs-on : ubuntu-latest
108
- timeout-minutes : 10
108
+ timeout-minutes : 20
109
109
110
110
strategy :
111
111
fail-fast : false
@@ -132,7 +132,7 @@ jobs:
132
132
try-scenarios :
133
133
name : " ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
134
134
runs-on : ubuntu-latest
135
- timeout-minutes : 10
135
+ timeout-minutes : 20
136
136
137
137
strategy :
138
138
fail-fast : false
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function dummyResponse() {
26
26
}
27
27
28
28
describe ( "FastBoot" , function ( ) {
29
- this . timeout ( 100000 ) ;
29
+ this . timeout ( 200000 ) ;
30
30
it ( "can render HTML" , async function ( ) {
31
31
const distPath = await buildDist ( "basic-app" ) ;
32
32
const fastboot = new FastBoot ( {
You can’t perform that action at this time.
0 commit comments