Skip to content

Commit 16a2718

Browse files
committed
change timeout
1 parent 15dc53f commit 16a2718

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

html_test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("documentjs/lib/generators/html",function(){
5353
});
5454

5555
it("body is rendered as a mustache template prior to markdown with templateRender", function(done){
56-
this.timeout(40000);
56+
this.timeout(60000);
5757
rmdir(path.join(__dirname,"test","tmp"), function(e){
5858
if(e) {
5959
return done(e);
@@ -97,7 +97,7 @@ describe("documentjs/lib/generators/html",function(){
9797
});
9898

9999
it("closing script tags are properly escaped", function(done){
100-
this.timeout(40000);
100+
this.timeout(60000);
101101
rmdir(path.join(__dirname,"test","tmp"), function(e){
102102
if(e) {
103103
return done(e);
@@ -141,7 +141,7 @@ describe("documentjs/lib/generators/html",function(){
141141
});
142142

143143
it("slashes get put in a folder and can link correctly", function(done){
144-
this.timeout(40000);
144+
this.timeout(60000);
145145
rmdir(path.join(__dirname,"test","tmp"), function(e){
146146
if(e) {
147147
return done(e);
@@ -187,7 +187,7 @@ describe("documentjs/lib/generators/html",function(){
187187
});
188188

189189
it("dest on docObject works", function(done){
190-
this.timeout(40000);
190+
this.timeout(60000);
191191
rmdir(path.join(__dirname,"test","tmp"), function(e){
192192
if(e) {
193193
return done(e);
@@ -232,7 +232,7 @@ describe("documentjs/lib/generators/html",function(){
232232
});
233233

234234
it("basic sidebar works", function(done){
235-
this.timeout(40000);
235+
this.timeout(60000);
236236
rmdir(path.join(__dirname,"test","tmp"), function(e){
237237
if(e) {
238238
return done(e);

0 commit comments

Comments
 (0)