فهرست منبع

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