diff options
Diffstat (limited to 'test/mocha/reduce.js')
-rw-r--r-- | test/mocha/reduce.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocha/reduce.js b/test/mocha/reduce.js index 587aa7be..9e3fc8be 100644 --- a/test/mocha/reduce.js +++ b/test/mocha/reduce.js @@ -294,8 +294,9 @@ describe("test/reduce.js", function() { "// }", ]).join("\n")); }); - it("Should maintain block-scope for const & let", function() { + it("Should maintain block-scope for const/let", function() { if (semver.satisfies(process.version, "<4")) return; + this.timeout(120000); var code = [ '"use strict";', "", |