Skip to content

Commit 9775b39

Browse files
committed
tests validator is increase timeout
1 parent c0e4ef1 commit 9775b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/validator/is_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Validator', function () {
7777
runRanges(invalidRanges, is.nqschar, false);
7878
});
7979
it('validates if a value matches a unicode character excluding the carriage return and linefeed characters (uchar)', function () {
80-
this.timeout(15000);
80+
this.timeout(60000);
8181
var validRanges = [
8282
[9, 9], // \u0009
8383
[32, 126], // \u0020-\u007E,

0 commit comments

Comments
 (0)