Skip to content

Commit 90c1952

Browse files
committed
ci: bump cypress timeout for appveyor
1 parent b5564af commit 90c1952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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(50000)
1+
jest.setTimeout(process.env.APPVEYOR ? 60000 : 30000)
22

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

0 commit comments

Comments
 (0)