We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11b4e0 commit ea486faCopy full SHA for ea486fa
1 file changed
test/cli.js
@@ -25,7 +25,7 @@ describe("$ w3c-validator invalid", function() {
25
});
26
27
describe("$ w3c-validator -n www.whatsmyip.org", function() {
28
- this.timeout(120000);
+ this.timeout(300000);
29
30
var _error;
31
var _stdout;
@@ -50,7 +50,7 @@ describe("$ w3c-validator -n www.whatsmyip.org", function() {
50
51
52
describe("$ w3c-validator -n http://www.whatsmyip.org", function() {
53
54
55
56
@@ -71,7 +71,7 @@ describe("$ w3c-validator -n http://www.whatsmyip.org", function() {
71
72
73
describe("$ w3c-validator -n http://www.whatsmyip.org/contact/", function() {
74
75
76
77
0 commit comments