Skip to content

Commit 233f3dc

Browse files
committed
increase timeout to 240000
1 parent 3a4ac7b commit 233f3dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

html_test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("documentjs/lib/generators/html",function(){
2222

2323
it("can push out dev mode static", function(done){
2424

25-
this.timeout(120000);
25+
this.timeout(240000);
2626
rmdir(path.join(__dirname,"test","tmp"), function(e){
2727
if(e) {
2828
return done(e);
@@ -57,7 +57,7 @@ describe("documentjs/lib/generators/html",function(){
5757
});
5858

5959
it("body is rendered as a mustache template prior to markdown with templateRender", function(done){
60-
this.timeout(120000);
60+
this.timeout(240000);
6161
rmdir(path.join(__dirname,"test","tmp"), function(e){
6262
if(e) {
6363
return done(e);
@@ -101,7 +101,7 @@ describe("documentjs/lib/generators/html",function(){
101101
});
102102

103103
it("closing script tags are properly escaped", function(done){
104-
this.timeout(120000);
104+
this.timeout(240000);
105105
rmdir(path.join(__dirname,"test","tmp"), function(e){
106106
if(e) {
107107
return done(e);
@@ -145,7 +145,7 @@ describe("documentjs/lib/generators/html",function(){
145145
});
146146

147147
it("slashes get put in a folder and can link correctly", function(done){
148-
this.timeout(120000);
148+
this.timeout(240000);
149149
rmdir(path.join(__dirname,"test","tmp"), function(e){
150150
if(e) {
151151
return done(e);
@@ -191,7 +191,7 @@ describe("documentjs/lib/generators/html",function(){
191191
});
192192

193193
it("dest on docObject works", function(done){
194-
this.timeout(120000);
194+
this.timeout(240000);
195195
rmdir(path.join(__dirname,"test","tmp"), function(e){
196196
if(e) {
197197
return done(e);
@@ -236,7 +236,7 @@ describe("documentjs/lib/generators/html",function(){
236236
});
237237

238238
it("basic sidebar works", function(done){
239-
this.timeout(120000);
239+
this.timeout(240000);
240240
rmdir(path.join(__dirname,"test","tmp"), function(e){
241241
if(e) {
242242
return done(e);

0 commit comments

Comments
 (0)