Skip to content

Commit d985c64

Browse files
committed
fixup! bump timeout
1 parent 786126e commit d985c64

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/api/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ export default defineConfig({
5050
command: "pnpm preview:worker",
5151
url: "http://localhost:8770",
5252
reuseExistingServer: !process.env.CI,
53-
timeout: 70_000,
53+
timeout: 100_000,
5454
},
5555
});

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

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

examples/e2e/app-pages-router/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",
5050
url: "http://localhost:8792",
5151
reuseExistingServer: !process.env.CI,
52-
timeout: 70_000,
52+
timeout: 100_000,
5353
},
5454
});

examples/e2e/app-router/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",
5050
url: "http://localhost:8790",
5151
reuseExistingServer: !process.env.CI,
52-
timeout: 70_000,
52+
timeout: 100_000,
5353
},
5454
});

examples/e2e/pages-router/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",
5050
url: "http://localhost:8791",
5151
reuseExistingServer: !process.env.CI,
52-
timeout: 70_000,
52+
timeout: 100_000,
5353
},
5454
});

examples/middleware/e2e/playwright.config.ts

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

0 commit comments

Comments
 (0)