Skip to content

Commit

Permalink
ci: bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 31, 2018
1 parent 7354525 commit fb55ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(process.env.APPVEYOR ? 60000 : 30000)
jest.setTimeout(process.env.APPVEYOR ? 60000 : 40000)

const create = require('@vue/cli-test-utils/createTestProject')

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/__tests__/multiPage.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(30000)
jest.setTimeout(50000)

const path = require('path')
const portfinder = require('portfinder')
Expand Down

0 comments on commit fb55ce4

Please sign in to comment.