mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
test: increse retries for dev tests (#4182)
This commit is contained in:
parent
8874728842
commit
47b7e5cd94
@ -19,7 +19,7 @@ export async function startServer () {
|
||||
NODE_ENV: 'development'
|
||||
}
|
||||
})
|
||||
await waitForPort(port, { retries: 16 })
|
||||
await waitForPort(port, { retries: 32 })
|
||||
for (let i = 0; i < 50; i++) {
|
||||
await new Promise(resolve => setTimeout(resolve, 100))
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user