Temporarily increased timeout for Comments-UI web server init

refs https://github.com/TryGhost/Product/issues/3867

- this helps avoid flaky tests before we investigate further
This commit is contained in:
Daniel Lockyer 2023-09-15 10:38:00 +02:00 committed by Daniel Lockyer
parent e8a0d5a300
commit 8b0de7e6e4
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ export default defineConfig({
command: `yarn dev:test`,
url: `http://localhost:${E2E_PORT}/comments-ui.min.js`,
reuseExistingServer: !process.env.CI,
timeout: 10000
timeout: 20000
}
});