mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Temporarily increased test timeout for Comments-UI
refs https://github.com/TryGhost/Product/issues/3867 - this temporarily increases the timeout to avoid some flaky CI performance until the cause has been fixed
This commit is contained in:
parent
841fb1f5c9
commit
35c70fcf2a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default defineConfig({
|
|||
workers: process.env.CI ? '100%' : undefined,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: 'html',
|
||||
timeout: process.env.PLAYWRIGHT_SLOWMO ? 100000 : 10000,
|
||||
timeout: process.env.PLAYWRIGHT_SLOWMO ? 100000 : 20000,
|
||||
expect: {
|
||||
timeout: process.env.PLAYWRIGHT_SLOWMO ? 100000 : 5000
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue