mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +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(pageErrors).toEqual([])
|
||||||
expect(consoleLogErrors).toEqual([])
|
expect(consoleLogErrors).toEqual([])
|
||||||
expect(consoleLogWarnings).toEqual([])
|
expect(consoleLogWarnings).toEqual([])
|
||||||
}, isWindows ? 60_000 : 30_000)
|
}, 60_000)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user