We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e4ef1 commit 9775b39Copy full SHA for 9775b39
test/unit/validator/is_test.js
@@ -77,7 +77,7 @@ describe('Validator', function () {
77
runRanges(invalidRanges, is.nqschar, false);
78
});
79
it('validates if a value matches a unicode character excluding the carriage return and linefeed characters (uchar)', function () {
80
- this.timeout(15000);
+ this.timeout(60000);
81
var validRanges = [
82
[9, 9], // \u0009
83
[32, 126], // \u0020-\u007E,
0 commit comments