Skip to content

Commit f38e19d

Browse files
committed
test(basic): increase timeout for server-rendered page response to 6 minutes
1 parent 2681fe2 commit f38e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ describe('ssr', async () => {
1111
// Get response to a server-rendered page with `$fetch`.
1212
const html = await $fetch('/')
1313
expect(html).toContain('<div>basic</div>')
14-
})
14+
}, 360000) // 6 minutes
1515
})

0 commit comments

Comments
 (0)