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