dannycranmer commented on a change in pull request #18887:
URL: https://github.com/apache/flink/pull/18887#discussion_r812180185



##########
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:
       There is a solution here: 
https://ignas.me/tech/waiting-localstack-s3-start/
   
   > I’ve noticed that hitting Refresh button in LocalStack Dashboard calls 
/graph endpoint to know if and how many nodes (mock services) are available, 
i.e. healthy and ready to accept incoming requests. Bullseye!
   
   




-- 
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]


Reply via email to