8000 test: bump timeout for route hmr · nuxt/nuxt@cbe38cf · GitHub
[go: up one dir, main page]

Skip to content

Commit cbe38cf

Browse files
committed
test: bump timeout for route hmr
1 parent bb1a376 commit cbe38cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hmr.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if (process.env.TEST_ENV !== 'built' && !isWindows) {
165165
expect(pageErrors).toEqual([])
166166

167167
await page.close()
168-
})
168+
}, { timeout: 60_000 })
169169
})
170170
} else {
171171
describe.skip('hmr', () => {})

0 commit comments

Comments
 (0)
0