dannycranmer commented on a change in pull request #18887:
URL: https://github.com/apache/flink/pull/18887#discussion_r812181201
##########
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:
Can you create a follow up for this improvement and we can merge this to
unblock the testing?
--
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]