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() {
2525} ) ;
2626
2727describe ( "$ 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
5252describe ( "$ 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
7373describe ( "$ w3c-validator -n http://www.whatsmyip.org/contact/" , function ( ) {
74- this . timeout ( 120000 ) ;
74+ this . timeout ( 300000 ) ;
7575
7676 var _error ;
7777 var _stdout ;
You can’t perform that action at this time.
0 commit comments