Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 12, 2023
1 parent 2d8487a commit e8a5024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"timeout": 20000,
"require": [ "ts-node/register", "source-map-support/register" ],
"timeout": 30000,
"require": ["ts-node/register", "source-map-support/register"],
"reporter": "Dot",
"extension": ".test.ts",
"exit": true
Expand Down

0 comments on commit e8a5024

Please sign in to comment.