Skip to content

Commit

Permalink
Increase timeout to 2 min (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Mar 8, 2024
1 parent 6af9892 commit 08f9131
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: 40 * 1000,
actionTimeout: 120 * 1000,

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

0 comments on commit 08f9131

Please sign in to comment.