Skip to content

Commit 611d869

Browse files
committed
test: bump test timeout
seems appveyor tests are too slow to execute
1 parent bd7ad93 commit 611d869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/__tests__/buildWcAsync.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jest.setTimeout(15000)
1+
jest.setTimeout(30000)
22

33
const path = require('path')
44
const portfinder = require('portfinder')

0 commit comments

Comments
 (0)