1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

Fix markdown-shortcuts.test.ts for webkit (#5367)

* Fix test failure on webkit

* Increase Playwright timeout
This commit is contained in:
Joe Anderson
2023-03-16 23:20:41 +00:00
committed by GitHub
parent 4244a8d67c
commit a9c0e37472
3 changed files with 7 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ const retries = process.env.PLAYWRIGHT_RETRIES
const config: PlaywrightTestConfig = {
testDir: './playwright',
/* Maximum time one test can run for. */
timeout: 10 * 1000,
timeout: 20 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.