Skip to content

Commit ea486fa

Browse files
committed
updated test timeout*
1 parent f11b4e0 commit ea486fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cli.js

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

2727
describe("$ w3c-validator -n www.whatsmyip.org", function() {
28-
this.timeout(120000);
28+
this.timeout(300000);
2929

3030
var _error;
3131
var _stdout;
@@ -50,7 +50,7 @@ describe("$ w3c-validator -n www.whatsmyip.org", function() {
5050
});
5151

5252
describe("$ w3c-validator -n http://www.whatsmyip.org", function() {
53-
this.timeout(120000);
53+
this.timeout(300000);
5454

5555
var _error;
5656
var _stdout;
@@ -71,7 +71,7 @@ describe("$ w3c-validator -n http://www.whatsmyip.org", function() {
7171
});
7272

7373
describe("$ w3c-validator -n http://www.whatsmyip.org/contact/", function() {
74-
this.timeout(120000);
74+
this.timeout(300000);
7575

7676
var _error;
7777
var _stdout;

0 commit comments

Comments
 (0)