Skip to content

Commit b0c86fe

Browse files
committed
fixup! bump timeout again
1 parent a54ccab commit b0c86fe

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: examples/api/e2e/playwright.config.ts

+1-1
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: 100_000,
53+
timeout: 500_000,
5454
},
5555
});

Diff for: examples/bugs/gh-119/e2e/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ export default defineConfig({
4040
command: "pnpm preview",
4141
url: "http://localhost:8750",
4242
reuseExistingServer: !process.env.CI,
43-
timeout: 100_000,
43+
timeout: 500_000,
4444
},
4545
});

Diff for: examples/create-next-app/e2e/playwright.config.ts

+1-1
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: 100_000,
53+
timeout: 500_000,
5454
},
5555
});

Diff for: examples/e2e/app-pages-router/e2e/playwright.config.ts

+1-1
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: 100_000,
52+
timeout: 500_000,
5353
},
5454
});

Diff for: examples/e2e/app-router/e2e/playwright.config.ts

+1-1
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: 100_000,
52+
timeout: 500_000,
5353
},
5454
});

Diff for: examples/e2e/pages-router/e2e/playwright.config.ts

+1-1
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: 100_000,
52+
timeout: 500_000,
5353
},
5454
});

Diff for: examples/middleware/e2e/playwright.config.ts

+1-1
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: 100_000,
53+
timeout: 500_000,
5454
},
5555
});

0 commit comments

Comments
 (0)