Skip to content

Commit

Permalink
increase timeout wanting for test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv committed Oct 1, 2024
1 parent d177c90 commit c014efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--health-cmd "/redis-build/bin/redis-cli -p 7010 ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 10
redis2:
image: himadieievsv/redis-cluster:7.2
ports:
Expand All @@ -34,7 +34,7 @@ jobs:
--health-cmd "/redis-build/bin/redis-cli -p 7020 ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 10
redis3:
image: himadieievsv/redis-cluster:7.2
ports:
Expand All @@ -45,7 +45,7 @@ jobs:
--health-cmd "/redis-build/bin/redis-cli -p 7030 ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down

0 comments on commit c014efe

Please sign in to comment.