Skip to content

Commit

Permalink
Add more startup time for cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 4, 2025
1 parent 7d5ea09 commit 7835c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,10 +1158,10 @@ jobs:
- 8081:9042
# Set health checks to wait until container has started
options: >-
--health-cmd "cqlsh -e describe keyspaces"
--health-interval 10s
--health-cmd "cqlsh localhost 9042 -e 'describe cluster'"
--health-interval 30s
--health-timeout 5s
--health-retries 5
--health-retries 10
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down

0 comments on commit 7835c3e

Please sign in to comment.