浏览代码

increase timeout

sebastien 7 年之前
父节点
当前提交
5b848cff53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/validation/integration.js

+ 1 - 1
tests/validation/integration.js

@@ -30,7 +30,7 @@ xhr.addEventListener("load", function () {
                 }
 
                 it(test.title, function(done) {
-                    this.timeout(180000);
+                    this.timeout(240000);
         
                     try {
                         runTest(index, function(result) {