Преглед изворни кода

give long transition test specific timeout value

Evan You пре 9 година
родитељ
комит
680494690f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/unit/features/transition/transition.spec.js

+ 1 - 1
test/unit/features/transition/transition.spec.js

@@ -1055,7 +1055,7 @@ if (!isIE9) {
         }).thenWaitFor(enter2 + buffer).then(() => {
           expect(vm.$el.children[0].className).toBe('test')
         }).then(done)
-      })
+      }, 10000)
 
       it('warn invalid durations', done => {
         const vm = new Vue({