Skip to content

Commit

Permalink
ci: bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 12, 2018
1 parent 0286d70 commit 46182d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-pwa/__tests__/pwaPlugin.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(30000)
jest.setTimeout(40000)

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

0 comments on commit 46182d0

Please sign in to comment.