diff --git a/test/mocha/unicode.js b/test/mocha/unicode.js index a89b5031..2ad48ac2 100644 --- a/test/mocha/unicode.js +++ b/test/mocha/unicode.js @@ -146,6 +146,7 @@ describe("Unicode", function() { if (semver.satisfies(process.version, ">=4")) { it("Should not unescape unpaired surrogates", function() { + this.timeout(5000); var code = []; for (var i = 0; i <= 0x20001; i++) { code.push("\\u{" + i.toString(16) + "}");