@@ -53,7 +53,7 @@ describe("documentjs/lib/generators/html",function(){
53
53
} ) ;
54
54
55
55
it ( "body is rendered as a mustache template prior to markdown with templateRender" , function ( done ) {
56
- this . timeout ( 40000 ) ;
56
+ this . timeout ( 60000 ) ;
57
57
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
58
58
if ( e ) {
59
59
return done ( e ) ;
@@ -97,7 +97,7 @@ describe("documentjs/lib/generators/html",function(){
97
97
} ) ;
98
98
99
99
it ( "closing script tags are properly escaped" , function ( done ) {
100
- this . timeout ( 40000 ) ;
100
+ this . timeout ( 60000 ) ;
101
101
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
102
102
if ( e ) {
103
103
return done ( e ) ;
@@ -141,7 +141,7 @@ describe("documentjs/lib/generators/html",function(){
141
141
} ) ;
142
142
143
143
it ( "slashes get put in a folder and can link correctly" , function ( done ) {
144
- this . timeout ( 40000 ) ;
144
+ this . timeout ( 60000 ) ;
145
145
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
146
146
if ( e ) {
147
147
return done ( e ) ;
@@ -187,7 +187,7 @@ describe("documentjs/lib/generators/html",function(){
187
187
} ) ;
188
188
189
189
it ( "dest on docObject works" , function ( done ) {
190
- this . timeout ( 40000 ) ;
190
+ this . timeout ( 60000 ) ;
191
191
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
192
192
if ( e ) {
193
193
return done ( e ) ;
@@ -232,7 +232,7 @@ describe("documentjs/lib/generators/html",function(){
232
232
} ) ;
233
233
234
234
it ( "basic sidebar works" , function ( done ) {
235
- this . timeout ( 40000 ) ;
235
+ this . timeout ( 60000 ) ;
236
236
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
237
237
if ( e ) {
238
238
return done ( e ) ;
0 commit comments