Skip to content

Commit a4f9e5d

Browse files
committed
ci: bump invoke test timeout
1 parent de60d9f commit a4f9e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/__tests__/invoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jest.setTimeout(12000)
1+
jest.setTimeout(20000)
22
jest.mock('inquirer')
33

44
const invoke = require('../lib/invoke')

0 commit comments

Comments
 (0)