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



##########
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:
       Please justify the reason for this.
   
   Is there any other way we can establish if the test stack is ready? 




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