Parcourir la source

give long transition test specific timeout value

Evan You il y a 9 ans
Parent
commit
680494690f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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({