Skip to content

Commit 1096890

Browse files
committed
increase async component test delay
1 parent 12b7122 commit 1096890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/features/component/component-async.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe('Component async', () => {
173173
Promise.resolve().then(() => {
174174
Vue.nextTick(next)
175175
})
176-
}, 5)
176+
}, 50)
177177
}),
178178
loading: { template: `<div>loading</div>` },
179179
delay: 1
@@ -210,7 +210,7 @@ describe('Component async', () => {
210210
Promise.resolve().then(() => {
211211
Vue.nextTick(next)
212212
})
213-
}, 0)
213+
}, 50)
214214
}),
215215
loading: { template: `<div>loading</div>` },
216216
delay: 0

0 commit comments

Comments
 (0)