File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ describe("$ w3c-validator invalid", function() {
25
25
} ) ;
26
26
27
27
describe ( "$ w3c-validator -n www.whatsmyip.org" , function ( ) {
28
- this . timeout ( 120000 ) ;
28
+ this . timeout ( 300000 ) ;
29
29
30
30
var _error ;
31
31
var _stdout ;
@@ -50,7 +50,7 @@ describe("$ w3c-validator -n www.whatsmyip.org", function() {
50
50
} ) ;
51
51
52
52
describe ( "$ w3c-validator -n http://www.whatsmyip.org" , function ( ) {
53
- this . timeout ( 120000 ) ;
53
+ this . timeout ( 300000 ) ;
54
54
55
55
var _error ;
56
56
var _stdout ;
@@ -71,7 +71,7 @@ describe("$ w3c-validator -n http://www.whatsmyip.org", function() {
71
71
} ) ;
72
72
73
73
describe ( "$ w3c-validator -n http://www.whatsmyip.org/contact/" , function ( ) {
74
- this . timeout ( 120000 ) ;
74
+ this . timeout ( 300000 ) ;
75
75
76
76
var _error ;
77
77
var _stdout ;
You can’t perform that action at this time.
0 commit comments