@@ -22,7 +22,7 @@ describe("documentjs/lib/generators/html",function(){
22
22
23
23
it ( "can push out dev mode static" , function ( done ) {
24
24
25
- this . timeout ( 120000 ) ;
25
+ this . timeout ( 240000 ) ;
26
26
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
27
27
if ( e ) {
28
28
return done ( e ) ;
@@ -57,7 +57,7 @@ describe("documentjs/lib/generators/html",function(){
57
57
} ) ;
58
58
59
59
it ( "body is rendered as a mustache template prior to markdown with templateRender" , function ( done ) {
60
- this . timeout ( 120000 ) ;
60
+ this . timeout ( 240000 ) ;
61
61
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
62
62
if ( e ) {
63
63
return done ( e ) ;
@@ -101,7 +101,7 @@ describe("documentjs/lib/generators/html",function(){
101
101
} ) ;
102
102
103
103
it ( "closing script tags are properly escaped" , function ( done ) {
104
- this . timeout ( 120000 ) ;
104
+ this . timeout ( 240000 ) ;
105
105
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
106
106
if ( e ) {
107
107
return done ( e ) ;
@@ -145,7 +145,7 @@ describe("documentjs/lib/generators/html",function(){
145
145
} ) ;
146
146
147
147
it ( "slashes get put in a folder and can link correctly" , function ( done ) {
148
- this . timeout ( 120000 ) ;
148
+ this . timeout ( 240000 ) ;
149
149
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
150
150
if ( e ) {
151
151
return done ( e ) ;
@@ -191,7 +191,7 @@ describe("documentjs/lib/generators/html",function(){
191
191
} ) ;
192
192
193
193
it ( "dest on docObject works" , function ( done ) {
194
- this . timeout ( 120000 ) ;
194
+ this . timeout ( 240000 ) ;
195
195
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
196
196
if ( e ) {
197
197
return done ( e ) ;
@@ -236,7 +236,7 @@ describe("documentjs/lib/generators/html",function(){
236
236
} ) ;
237
237
238
238
it ( "basic sidebar works" , function ( done ) {
239
- this . timeout ( 120000 ) ;
239
+ this . timeout ( 240000 ) ;
240
240
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
241
241
if ( e ) {
242
242
return done ( e ) ;
0 commit comments