Browse Source

increase timeout

sebastien 7 years ago
parent
commit
5b848cff53
1 changed files with 1 additions and 1 deletions
  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) {