Browse Source

feat(testing): Stability

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
c81ef83c18
  1. 2
      scripts/playwright/playwright.config.ts

2
scripts/playwright/playwright.config.ts

@ -19,7 +19,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: 13000
},
/* Run tests in files in parallel */
fullyParallel: true,

Loading…
Cancel
Save