Skip to content

Commit 0673f6b

Browse files
committed
increase timeouts
1 parent 6df1cc4 commit 0673f6b

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: 10
25+
timeout-minutes: 20
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: 10
56+
timeout-minutes: 20
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: 10
80+
timeout-minutes: 20
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: 10
108+
timeout-minutes: 20
109109

110110
strategy:
111111
fail-fast: false
@@ -132,7 +132,7 @@ jobs:
132132
try-scenarios:
133133
name: "ember-try for ember-cli-fastboot: ${{ matrix.ember-try-scenario }}"
134134
runs-on: ubuntu-latest
135-
timeout-minutes: 10
135+
timeout-minutes: 20
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(100000);
29+
this.timeout(200000);
3030
it("can render HTML", async function() {
3131
const distPath = await buildDist("basic-app");
3232
const fastboot = new FastBoot({

0 commit comments

Comments
 (0)