Skip to content

Commit

Permalink
test: bump test timeout
Browse files Browse the repository at this point in the history
seems appveyor tests are too slow to execute
  • Loading branch information
sodatea committed Apr 26, 2020
1 parent bd7ad93 commit 611d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/__tests__/buildWcAsync.spec.js
@@ -1,4 +1,4 @@
jest.setTimeout(15000)
jest.setTimeout(30000)

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

0 comments on commit 611d869

Please sign in to comment.