test: bump test timeout

This commit is contained in:
Daniel Roe 2023-01-24 13:21:57 +00:00
parent bb41265442
commit eac787eb48
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}) })
} }