localstack/localstack-java-utils

When waiting for a container to get ready, 10 lines might be too few

AntonOellerer opened this issue · 1 comments

Hey,
When testing w/ localstack-java-utils, I noticed that the 10 lines NUM_LOG_LINES might be too few to spot the Ready. token if the container needs some time to start up, as the logging of the unsuccessful POST / requests might already use up more than this.
Are there any reservations against increasing this number to 100?
Best regards,
Anton Oellerer

Opened PR #64