typesafehub / conductr-cli

CLI for Lightbend ConductR
Other
16 stars 21 forks source link

Increase retry times for check component added by `bndl` #488

Closed longshorej closed 7 years ago

longshorej commented 7 years ago

This PR ensures that check has roughly a minute to complete when added automatically for OCI images. This complements most docker images out there that take longer than the default time to startup, such as Kafka.

Manual test was performed, without this change conduct load confluentinc/cp-kafka --env KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://0.0.0.0:9092 --env KAFKA_ZOOKEEPER_CONNECT=192.168.10.1:2181 would fail due to check timing out. After this change, it no longer fails.