Skip to content

Commit 6804946

Browse files
committed
give long transition test specific timeout value
1 parent 3c3e6ae commit 6804946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/features/transition/transition.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ if (!isIE9) {
10551055
}).thenWaitFor(enter2 + buffer).then(() => {
10561056
expect(vm.$el.children[0].className).toBe('test')
10571057
}).then(done)
1058-
})
1058+
}, 10000)
10591059

10601060
it('warn invalid durations', done => {
10611061
const vm = new Vue({

0 commit comments

Comments
 (0)