Skip to content

Commit

Permalink
ci: bump invoke test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 5, 2018
1 parent de60d9f commit a4f9e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli/__tests__/invoke.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(12000)
jest.setTimeout(20000)
jest.mock('inquirer')

const invoke = require('../lib/invoke')
Expand Down

0 comments on commit a4f9e5d

Please sign in to comment.