Skip to content

Commit

Permalink
ci: update .mocharc.yml timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 4, 2024
1 parent b6bbf87 commit 071f2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require:
# - ts-node/esm
spec:
- test/**/*.test.ts
timeout: 25000
timeout: 30000
ui: bdd
parallel: true
exit: true
Expand Down

0 comments on commit 071f2c4

Please sign in to comment.