瀏覽代碼

Increase timeout

David Catuhe 6 年之前
父節點
當前提交
8d0fb66a73
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/validation/integration.js

+ 2 - 2
tests/validation/integration.js

@@ -16,7 +16,7 @@ xhr.addEventListener("load", function () {
                     true :
                     false;
 
-                this.timeout(180000);
+                this.timeout(18000000);
                 require = null;
                 BABYLONDEVTOOLS.Loader
                     .require('/tests/validation/validation.js')
@@ -44,7 +44,7 @@ xhr.addEventListener("load", function () {
                 }
 
                 it(test.title, function (done) {
-                    this.timeout(180000);
+                    this.timeout(18000000);
 
                     var deferredDone = function(err) {
                         setTimeout(function() {