Skip to content

Commit

Permalink
Increase mocha timeout for babelify responder test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Oct 14, 2020
1 parent 1731de4 commit 06d248e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"supertest": "^5.0.0"
},
"mocha": {
"inline-diffs": true
"inline-diffs": true,
"timeout": 60000
}
}

0 comments on commit 06d248e

Please sign in to comment.