Skip to content

Commit ab0f520

Browse files
authored
Merge pull request #1344 from w3bdesign/develop
Increase timeout
2 parents 60868c9 + 096144e commit ab0f520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config: PlaywrightTestConfig = {
1818
* Maximum time expect() should wait for the condition to be met.
1919
* For example in `await expect(locator).toHaveText();`
2020
*/
21-
timeout: 5000,
21+
timeout: 15000,
2222
},
2323
/* Run tests in files in parallel */
2424
fullyParallel: true,

0 commit comments

Comments
 (0)