Skip to content

Commit 63452ef

Browse files
committed
test: bump test timeout for upgrade tests
1 parent 96191b5 commit 63452ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/__tests__/upgrade.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path')
33
const create = require('@vue/cli-test-utils/createTestProject')
44
// const { logs } = require('@vue/cli-shared-utils')
55

6-
jest.setTimeout(200000)
6+
jest.setTimeout(300000)
77

88
const outsideTestFolder = path.resolve(__dirname, '../../../../../vue-upgrade-tests')
99

0 commit comments

Comments
 (0)