Skip to content

Commit

Permalink
increase timeouts again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 16, 2023
1 parent 8ffae96 commit 80c4115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test-all-packages:
name: Ember Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
integration-tests:
name: Integration Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand All @@ -77,7 +77,7 @@ jobs:
test-packages:
name: Test Packages
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
test-legacy-mocha:
name: Legacy Mocha Tests - ${{ matrix.node-version }}
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand All @@ -132,7 +132,7 @@ jobs:
try-scenarios:
name: "${{ matrix.ember-try-scenario }} Scenario for ember-cli-fastboot"
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion test-packages/integration-tests/test/basic-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function dummyResponse() {
}

describe("FastBoot", function() {
this.timeout(200000);
this.timeout(600000);
it("can render HTML", async function() {
const distPath = await buildDist("basic-app");
const fastboot = new FastBoot({
Expand Down

0 comments on commit 80c4115

Please sign in to comment.