Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
junmer committed Jul 18, 2019
1 parent 27903c5 commit ee0ca8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/font.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ var outputFiles;

before(function (done) {

this.timeout(5000);

// clean
new Fontmin()
.src(destPath)
Expand Down

0 comments on commit ee0ca8c

Please sign in to comment.