Skip to content

Commit e673884

Browse files
committed
E2E: temporary time limit bump
1 parent c73c96f commit e673884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
maxFailures: isCI ? 3 : 0, // Stop early in CI after 3 failures
1818
reporter: isCI ? [['html', {open: 'never'}], ['list']] : [['list']],
1919
timeout: TEST_TIMEOUT.default, // Heavy tests override via test.setTimeout()
20-
globalTimeout: 20 * 60 * 1000,
20+
globalTimeout: 30 * 60 * 1000, // Temporary: store creation adds time per test; will reduce with parallel workers
2121

2222
use: {
2323
trace: isCI ? 'on' : 'off',

0 commit comments

Comments
 (0)