Skip to content

Commit

Permalink
ci: bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 7, 2018
1 parent 7b90fdc commit c1074be
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 : 40000)
jest.setTimeout(process.env.APPVEYOR ? 80000 : 40000)

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(process.env.APPVEYOR ? 800000 : 50000)
jest.setTimeout(process.env.APPVEYOR ? 850000 : 50000)

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

Expand Down

0 comments on commit c1074be

Please sign in to comment.