Skip to content

Commit 35cb525

Browse files
committed
increased test timeout
1 parent 4118a54 commit 35cb525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("$ w3c-validator invalid", function() {
2525
});
2626

2727
describe("$ w3c-validator abc.xyz", function() {
28-
this.timeout(10000);
28+
this.timeout(20000);
2929

3030
var _error;
3131
var _stdout;

0 commit comments

Comments
 (0)