Skip to content

Commit fb55ce4

Browse files
committed
ci: bump timeouts
1 parent 7354525 commit fb55ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-plugin-e2e-cypress/__tests__/cypressPlugin.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 ? 60000 : 30000)
1+
jest.setTimeout(process.env.APPVEYOR ? 60000 : 40000)
22

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

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

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

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

0 commit comments

Comments
 (0)