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.
1 parent 5addaa1 commit fb014e4Copy full SHA for fb014e4
instrumentation/kafka/kafka-connect-2.6/javaagent/build.gradle.kts
@@ -23,5 +23,6 @@ tasks {
23
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
24
25
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
26
+ systemProperty("junit.jupiter.execution.timeout.default", "5m")
27
}
28
0 commit comments