Skip to content

Commit 8aabb11

Browse files
leoj3nimaustink
authored andcommitted
increase timeout to 240000
1 parent a44a3f4 commit 8aabb11

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
@@ -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);
@@ -164,7 +164,7 @@ describe("documentjs/lib/generators/html",function(){
164164
});
165165

166166
it("slashes get put in a folder and can link correctly", function(done){
167-
this.timeout(120000);
167+
this.timeout(240000);
168168
rmdir(path.join(__dirname,"test","tmp"), function(e){
169169
if(e) {
170170
return done(e);
@@ -210,7 +210,7 @@ describe("documentjs/lib/generators/html",function(){
210210
});
211211

212212
it("dest on docObject works", function(done){
213-
this.timeout(120000);
213+
this.timeout(240000);
214214
rmdir(path.join(__dirname,"test","tmp"), function(e){
215215
if(e) {
216216
return done(e);
@@ -255,7 +255,7 @@ describe("documentjs/lib/generators/html",function(){
255255
});
256256

257257
it("basic sidebar works", function(done){
258-
this.timeout(120000);
258+
this.timeout(240000);
259259
rmdir(path.join(__dirname,"test","tmp"), function(e){
260260
if(e) {
261261
return done(e);

0 commit comments

Comments
 (0)