Skip to content

Commit d786289

Browse files
committed
ci: bump timeout
1 parent 586c8aa commit d786289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-typescript/__tests__/tsPluginE2e.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jest.setTimeout(process.env.APPVEYOR ? 800000 : 30000)
1+
jest.setTimeout(process.env.APPVEYOR ? 800000 : 50000)
22

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

0 commit comments

Comments
 (0)