Skip to content

Commit

Permalink
Merge pull request #1344 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Increase timeout
  • Loading branch information
w3bdesign authored Oct 12, 2024
2 parents 60868c9 + 096144e commit ab0f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: PlaywrightTestConfig = {
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5000,
timeout: 15000,
},
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit ab0f520

Please sign in to comment.