Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn committed Dec 28, 2023
1 parent 6e75bf0 commit b1a94b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function clean() {
}

describe('Convert CLI', function () {
this.timeout(50000);
this.timeout(180000);

after(clean);
beforeEach(clean);
Expand Down Expand Up @@ -128,7 +128,7 @@ describe('Convert CLI', function () {
});

describe('Convert API', function () {
this.timeout(10000);
this.timeout(180000);

after(clean);
beforeEach(clean);
Expand Down

0 comments on commit b1a94b2

Please sign in to comment.