Skip to content

Commit b623b78

Browse files
committed
ci: bump test timeouts
1 parent cecece7 commit b623b78

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

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

packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test('should work', async () => {
7979
// fix it
8080
setTimeout(() => {
8181
write('src/App.vue', app)
82-
}, process.env.CI ? 1000 : 200)
82+
}, process.env.CI ? 2000 : 200)
8383
} else if (data.match(/Compiled successfully/)) {
8484
// should compile on 2nd update
8585
expect(isFirstMsg).toBe(false)

0 commit comments

Comments
 (0)