disable timeout on test262 tests
This commit is contained in:
@@ -53,6 +53,7 @@ _.each(tests, function (loc) {
|
||||
var alias = path.relative(test262Loc + "/test", loc);
|
||||
alias = alias.replace(/\.([^\.]+)$/g, "");
|
||||
test(alias, function () {
|
||||
this.timeout(0);
|
||||
exec(loc);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user