Skip to content

Commit

Permalink
increase timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 16, 2023
1 parent 8ffae96 commit 1b52c89
Showing 1 changed file with 1 addition and 1 deletion.
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(300000);
it("can render HTML", async function() {
const distPath = await buildDist("basic-app");
const fastboot = new FastBoot({
Expand Down

0 comments on commit 1b52c89

Please sign in to comment.