Browse Source

test(playwright): try higher timeout

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
4c0ae3652b
  1. 2
      tests/playwright/playwright.config.ts

2
tests/playwright/playwright.config.ts

@ -19,7 +19,7 @@ export default defineConfig({
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 13000,
timeout: 30000,
},
/* Run tests in files in parallel */
fullyParallel: true,

Loading…
Cancel
Save