localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

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

Closed AntonOellerer closed 3 years ago

AntonOellerer commented 3 years ago

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

AntonOellerer commented 3 years ago

Opened PR #64