File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
test-packages/integration-tests/test Expand file tree Collapse file tree 2 files changed +6
-6
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 : 20
25+ timeout-minutes : 30
2626
2727 strategy :
2828 fail-fast : false
5353 integration-tests :
5454 name : Integration Tests
5555 runs-on : ${{ matrix.os }}
56- timeout-minutes : 20
56+ timeout-minutes : 30
5757
5858 strategy :
5959 fail-fast : false
7777 test-packages :
7878 name : Test Packages
7979 runs-on : ${{ matrix.os }}
80- timeout-minutes : 20
80+ timeout-minutes : 30
8181
8282 strategy :
8383 fail-fast : false
@@ -105,7 +105,7 @@ jobs:
105105 test-legacy-mocha :
106106 name : Legacy Mocha Tests - ${{ matrix.node-version }}
107107 runs-on : ubuntu-latest
108- timeout-minutes : 20
108+ timeout-minutes : 30
109109
110110 strategy :
111111 fail-fast : false
@@ -132,7 +132,7 @@ jobs:
132132 try-scenarios :
133133 name : " ${{ matrix.ember-try-scenario }} Scenario for ember-cli-fastboot"
134134 runs-on : ubuntu-latest
135- timeout-minutes : 20
135+ timeout-minutes : 30
136136
137137 strategy :
138138 fail-fast : false
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function dummyResponse() {
2626}
2727
2828describe ( "FastBoot" , function ( ) {
29- this . timeout ( 200000 ) ;
29+ this . timeout ( 600000 ) ;
3030 it ( "can render HTML" , async function ( ) {
3131 const distPath = await buildDist ( "basic-app" ) ;
3232 const fastboot = new FastBoot ( {
You can’t perform that action at this time.
0 commit comments