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:
parent
e8a0d5a300
commit
8b0de7e6e4
@ -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
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user