diff --git a/ghost/core/playwright.config.js b/ghost/core/playwright.config.js index fe4d940363..98905675d1 100644 --- a/ghost/core/playwright.config.js +++ b/ghost/core/playwright.config.js @@ -2,6 +2,9 @@ const config = { timeout: 60 * 1000, + expect: { + timeout: 10000 + }, workers: 1, reporter: [['list', {printSteps: true}]], use: {