Skip to content

Commit 2aedee9

Browse files
amend wrong timeout
1 parent 874272e commit 2aedee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/create-next-app/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ export default defineConfig({
4949
command: "pnpm preview:worker",
5050
url: "http://localhost:8771",
5151
reuseExistingServer: !process.env.CI,
52-
timeout: 7_000,
52+
timeout: 70_000,
5353
},
5454
});

examples/middleware/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ export default defineConfig({
4949
command: "pnpm preview:worker",
5050
url: "http://localhost:8774",
5151
reuseExistingServer: !process.env.CI,
52-
timeout: 7_000,
52+
timeout: 70_000,
5353
},
5454
});

0 commit comments

Comments
 (0)