Explorar el Código

increase timeout

sebastien hace 8 años
padre
commit
5b848cff53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {
                 it(test.title, function(done) {
-                    this.timeout(180000);
+                    this.timeout(240000);
         
         
                     try {
                     try {
                         runTest(index, function(result) {
                         runTest(index, function(result) {