Created
May 19, 2017 15:53
-
-
Save dasl-/5b47f9d5120f4d27acc4e0701849be2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/debezium-connector-mongodb/pom.xml b/debezium-connector-mongodb/pom.xml | |
index fec4250..5c2ccca 100644 | |
--- a/debezium-connector-mongodb/pom.xml | |
+++ b/debezium-connector-mongodb/pom.xml | |
@@ -115,7 +115,7 @@ | |
<color>yellow</color> | |
</log> | |
<wait> | |
- <log>(?s)waiting for connections on port 27017.*waiting for connections on port 27017</log> <!-- internal port, multiline matching --> | |
+ <log>waiting for connections on port 27017</log> <!-- internal port --> | |
<time>30000</time> <!-- 30 seconds max --> | |
</wait> | |
</run> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment