We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60868c9 commit 096144eCopy full SHA for 096144e
playwright.config.ts
@@ -18,7 +18,7 @@ const config: PlaywrightTestConfig = {
18
* Maximum time expect() should wait for the condition to be met.
19
* For example in `await expect(locator).toHaveText();`
20
*/
21
- timeout: 5000,
+ timeout: 15000,
22
},
23
/* Run tests in files in parallel */
24
fullyParallel: true,
0 commit comments