Skip to content

Commit b330fa8

Browse files
committed
Give tests more time to run
by adding timeout: 10000 to .mocharc.yml
1 parent 2b56455 commit b330fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mocharc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
extension: [ts]
22
spec: src/test/*.spec.ts
33
require: ts-node/register
4+
timeout: 10000

0 commit comments

Comments
 (0)