CrynetLogistics commented on a change in pull request #18606:
URL: https://github.com/apache/flink/pull/18606#discussion_r797609259



##########
File path: 
flink-connectors/flink-connector-aws-base/src/test/java/org/apache/flink/connector/aws/testutils/LocalstackContainer.java
##########
@@ -61,6 +61,11 @@ public String getEndpoint() {
 
         @Override
         protected void waitUntilReady() {
+            try {
+                Thread.sleep(10000);
+            } catch (InterruptedException e) {
+                e.printStackTrace();

Review comment:
       Sounds good




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