Skip to content

Commit

Permalink
Increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Mar 3, 2025
1 parent c89d1f3 commit 3563c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig<TestOptions>({
bundlers: getRequestedBundlers(),
trace: 'retain-on-failure',
},
timeout: 5_000,
timeout: 60_000,
/* Configure projects for each bundler */
// TODO Also build and test for ESM.
projects: FULL_NAME_BUNDLERS.map((bundler) => [
Expand Down

0 comments on commit 3563c7e

Please sign in to comment.