1
0
mirror of synced 2025-12-23 21:07:12 -05:00

tests/routing/developer-site-redirects.js needs more time (#19438)

This commit is contained in:
Kevin Heis
2021-05-19 13:08:56 -07:00
committed by GitHub
parent ddcfe2d21a
commit e983736990

View File

@@ -29,7 +29,7 @@ const oldSiteTreeRestRedirectOverrides = {
}
describe('developer redirects', () => {
jest.setTimeout(60 * 1000)
jest.setTimeout(2 * 60 * 1000)
beforeAll(async () => {
// The first page load takes a long time so let's get it out of the way in