diff --git a/docker-compose-ci.yaml b/docker-compose-ci.yaml index 406f314..31253d1 100644 --- a/docker-compose-ci.yaml +++ b/docker-compose-ci.yaml @@ -37,6 +37,7 @@ services: depends_on: kafka: condition: service_healthy + stop_grace_period: 30s healthcheck: test: [ "CMD", "nc", "-z", "localhost", "5000" ] interval: 5s