@@ -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 ) ;
@@ -164,7 +164,7 @@ describe("documentjs/lib/generators/html",function(){
164
164
} ) ;
165
165
166
166
it ( "slashes get put in a folder and can link correctly" , function ( done ) {
167
- this . timeout ( 120000 ) ;
167
+ this . timeout ( 240000 ) ;
168
168
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
169
169
if ( e ) {
170
170
return done ( e ) ;
@@ -210,7 +210,7 @@ describe("documentjs/lib/generators/html",function(){
210
210
} ) ;
211
211
212
212
it ( "dest on docObject works" , function ( done ) {
213
- this . timeout ( 120000 ) ;
213
+ this . timeout ( 240000 ) ;
214
214
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
215
215
if ( e ) {
216
216
return done ( e ) ;
@@ -255,7 +255,7 @@ describe("documentjs/lib/generators/html",function(){
255
255
} ) ;
256
256
257
257
it ( "basic sidebar works" , function ( done ) {
258
- this . timeout ( 120000 ) ;
258
+ this . timeout ( 240000 ) ;
259
259
rmdir ( path . join ( __dirname , "test" , "tmp" ) , function ( e ) {
260
260
if ( e ) {
261
261
return done ( e ) ;
0 commit comments