diff --git a/bin/wait-for-all.sh b/bin/wait-for-all.sh index 3a7e013..d352aaf 100755 --- a/bin/wait-for-all.sh +++ b/bin/wait-for-all.sh @@ -4,6 +4,6 @@ ZOOKEEPER_IPV4=${ZOOKEEPER_IPV4:-localhost} KAFKA_BROKER_IPV4=${KAFKA_BROKER_IPV4:-localhost} SCHEMA_REGISTRY_IPV4=${SCHEMA_REGISTRY_IPV4:-localhost} -bin/wait-for-it.sh "${ZOOKEEPER_IPV4}:2181" -t 30 -- echo "zookeeper is up" -bin/wait-for-it.sh "${KAFKA_BROKER_IPV4}:9092" -t 30 -- echo "kafka broker is up" -bin/wait-for-it.sh "${SCHEMA_REGISTRY_IPV4}:8081" -t 30 -- echo "schema registry is up" +bin/wait-for-it.sh "${ZOOKEEPER_IPV4}:2181" -t 60 -- echo "zookeeper is up" +bin/wait-for-it.sh "${KAFKA_BROKER_IPV4}:9092" -t 60 -- echo "kafka broker is up" +bin/wait-for-it.sh "${SCHEMA_REGISTRY_IPV4}:8081" -t 60 -- echo "schema registry is up"