Skip to content

Commit

Permalink
Increase actionTimeout (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored May 31, 2024
1 parent b28cf2b commit d228afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config = {
baseURL: process.env.URL || 'http://localhost:8080',

/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
actionTimeout: 120 * 1000,
actionTimeout: 240 * 1000,

/* Base URL to use in actions like `await page.goto('/')`. */
// baseURL: 'http://localhost:3000',
Expand Down

0 comments on commit d228afc

Please sign in to comment.