Skip to content

Commit

Permalink
increase expect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed Nov 28, 2023
1 parent 84f0a03 commit 1070280
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 @@ -19,7 +19,7 @@ const config: Config = {
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5000
timeout: 10000
},
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 1070280

Please sign in to comment.