Skip to content

Commit

Permalink
raise timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelli8899 committed Nov 12, 2024
1 parent 5a2c4b4 commit 3700b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-timeout 10s
--health-retries 5
ports:
# Maps port 6379 on service container to the host
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reporter: dot
timeout: 100000
timeout: 150000
exit: true
bail: false

0 comments on commit 3700b23

Please sign in to comment.