Skip to content

Commit

Permalink
Give tests more time to run
Browse files Browse the repository at this point in the history
by adding timeout: 10000 to .mocharc.yml
  • Loading branch information
mrkvon committed Jan 17, 2024
1 parent 2b56455 commit b330fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
extension: [ts]
spec: src/test/*.spec.ts
require: ts-node/register
timeout: 10000

0 comments on commit b330fa8

Please sign in to comment.