David Catuhe 6 gadi atpakaļ
vecāks
revīzija
07adec2edf
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      tests/validation/config.json
  2. 2 2
      tests/validation/integration.js

+ 1 - 1
tests/validation/config.json

@@ -578,7 +578,7 @@
         },
         {
             "title": "PBR rough",
-            "playgroundId": "#PI9IE8#1",
+            "playgroundId": "#PI9IE8#2",
             "referenceImage": "pbrrough.png"
         },
         {

+ 2 - 2
tests/validation/integration.js

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