Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c278ec3

Browse files
committed
test(nuxt): increase timeout to 120s
1 parent f02673d commit c278ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/chakra-ui-nuxt/test/auto-import.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('module', () => {
66

77
beforeAll(async () => {
88
({ nuxt } = await setup(loadConfig(__dirname, '../../example/autoimport')))
9-
}, 60000)
9+
}, 120000)
1010

1111
afterAll(async () => {
1212
await nuxt.close()

packages/chakra-ui-nuxt/test/base.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('module', () => {
66

77
beforeAll(async () => {
88
({ nuxt } = await setup(loadConfig(__dirname, '../../example/base')))
9-
}, 60000)
9+
}, 120000)
1010

1111
afterAll(async () => {
1212
await nuxt.close()

0 commit comments

Comments
 (0)