mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
test: bump test timeout
This commit is contained in:
parent
bb41265442
commit
eac787eb48
@ -1028,6 +1028,6 @@ if (isDev() && !isWindows) {
|
||||
expect(pageErrors).toEqual([])
|
||||
expect(consoleLogErrors).toEqual([])
|
||||
expect(consoleLogWarnings).toEqual([])
|
||||
}, isWindows ? 60_000 : 30_000)
|
||||
}, 60_000)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user