test: bump write wait on CI

This commit is contained in:
Evan You
2018-02-28 18:17:12 -05:00
parent 14a2dc7259
commit 3070364b60
@@ -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)