Skip to content

Commit 2f51b44

Browse files
committed
chore: increase tests timeout even more
Very slow CI today...
1 parent 3842944 commit 2f51b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/npm/@amazeelabs/silverback-playwright/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const waitForGatsby = async () => {
4747

4848
const timeout = setTimeout(() => {
4949
throw new Error('Gatsby took too long to build.');
50-
}, 120_000);
50+
}, 180_000);
5151

5252
if (status === 'outdated') {
5353
// Sometimes this request fails in CI.

packages/tests/silverback-gatsby/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const config: PlaywrightTestConfig = {
3838
},
3939
],
4040
// Initial gatsby build can take long.
41-
timeout: 120_000,
41+
timeout: 180_000,
4242
};
4343

4444
export default defineConfig(config);

0 commit comments

Comments
 (0)