Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
increase check interval
  • Loading branch information
Ivan Loboda committed Mar 26, 2022
commit 43ea49a2e6dbf7dfa033d69912ae37e6dcb2f987
4 changes: 2 additions & 2 deletions proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
entrypoint: proxy/run-test-proxy.sh
healthcheck:
test: [ CMD-SHELL, "/opt/health_check_proxy.sh" ]
interval: 5s
interval: 10s
timeout: 10s
retries: 10
start_period: 5s
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
condition: service_healthy
healthcheck:
test: [ CMD-SHELL, "/opt/health_check_faucet.sh" ]
interval: 5s
interval: 10s
timeout: 10s
retries: 10
start_period: 5s
Expand Down