Skip to content
Snippets Groups Projects
Commit 109aa2ec authored by Thomas Wood's avatar Thomas Wood
Browse files

Make test262 test discovery not timeout

parent 081de923
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ function testNegativity(str) { ...@@ -31,6 +31,8 @@ function testNegativity(str) {
} }
before(function(done) { before(function(done) {
this.timeout(0); // Otherwise it fails on slow filesystems
var test262path = fs.readlinkSync(__dirname + '/test262'); var test262path = fs.readlinkSync(__dirname + '/test262');
var tests = []; var tests = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment