Skip to content

Commit 3070364

Browse files
committed
test: bump write wait on CI
1 parent 14a2dc7 commit 3070364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
}, 100)
82+
}, process.env.CI ? 1000 : 200)
8383
} else if (data.match(/Compiled successfully/)) {
8484
// should compile on 2nd update
8585
expect(isFirstMsg).toBe(false)

0 commit comments

Comments
 (0)