CrynetLogistics commented on a change in pull request #18887:
URL: https://github.com/apache/flink/pull/18887#discussion_r812176129
##########
File path:
flink-connectors/flink-connector-aws-base/src/test/java/org/apache/flink/connector/aws/testutils/LocalstackContainer.java
##########
@@ -62,7 +62,7 @@ public String getEndpoint() {
@Override
protected void waitUntilReady() {
try {
- Thread.sleep(10000);
+ Thread.sleep(30_000);
Review comment:
I couldn't see a good way to poll whether the container is ready. On the
`testcontainers` side, I tried tracking the output of
`isRunning()`/`isCreated()`/`isReusable()` through successful and unsuccessful
runs and none of them are telling. Anything on the `localstack` api side puts
it in a funny state in the same way the s3bucket read strategy does.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]