mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
test: bump write wait on CI
This commit is contained in:
@@ -79,7 +79,7 @@ test('should work', async () => {
|
||||
// fix it
|
||||
setTimeout(() => {
|
||||
write('src/App.vue', app)
|
||||
}, 100)
|
||||
}, process.env.CI ? 1000 : 200)
|
||||
} else if (data.match(/Compiled successfully/)) {
|
||||
// should compile on 2nd update
|
||||
expect(isFirstMsg).toBe(false)
|
||||
|
||||
Reference in New Issue
Block a user