瀏覽代碼

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({