Просмотр исходного кода

give long transition test specific timeout value

Evan You 9 лет назад
Родитель
Сommit
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({