We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfd169b + 6f1b0cd commit 82eabd9Copy full SHA for 82eabd9
.gitignore
@@ -3,6 +3,7 @@
3
.idea
4
target
5
.vscode
6
+.factorypath
7
*.iml
8
pom.xml.old
9
pom.xml.orig
src/test/resources/logback.xml
@@ -60,7 +60,7 @@ under the License.
60
<messageFormat>text</messageFormat>
61
<middleware>HttpEventCollectorUnitTestMiddleware</middleware>
62
<connectTimeout>5000</connectTimeout>
63
- <terminationTieout>2000</terminationTieout>
+ <terminationTimeout>2000</terminationTimeout>
64
<layout class="ch.qos.logback.classic.PatternLayout">
65
<pattern>%msg</pattern>
66
</layout>
0 commit comments