Skip to content

Commit 80c4115

Browse files
committed
increase timeouts again
1 parent 8ffae96 commit 80c4115

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

test-packages/integration-tests/test/basic-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function dummyResponse() {
2626
}
2727

2828
describe("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({

0 commit comments

Comments
 (0)