We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffae96 commit 1b52c89Copy full SHA for 1b52c89
test-packages/integration-tests/test/basic-test.js
@@ -26,7 +26,7 @@ function dummyResponse() {
26
}
27
28
describe("FastBoot", function() {
29
- this.timeout(200000);
+ this.timeout(300000);
30
it("can render HTML", async function() {
31
const distPath = await buildDist("basic-app");
32
const fastboot = new FastBoot({
0 commit comments