mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
ci: bump test timeouts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
jest.setTimeout(process.env.APPVEYOR ? 80000 : 60000)
|
||||
jest.setTimeout(process.env.APPVEYOR ? 120000 : 60000)
|
||||
|
||||
const create = require('@vue/cli-test-utils/createTestProject')
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ test('should work', async () => {
|
||||
// fix it
|
||||
setTimeout(() => {
|
||||
write('src/App.vue', app)
|
||||
}, process.env.CI ? 1000 : 200)
|
||||
}, process.env.CI ? 2000 : 200)
|
||||
} else if (data.match(/Compiled successfully/)) {
|
||||
// should compile on 2nd update
|
||||
expect(isFirstMsg).toBe(false)
|
||||
|
||||
Reference in New Issue
Block a user