Increase timeout in TimedFlowMultiThreadedSMMTests (#1119)

This commit is contained in:
Thomas Schroeter 2018-06-28 13:36:45 +01:00 committed by Michele Sollecito
parent 83abc053a1
commit b54292859a

View File

@ -69,7 +69,7 @@ class TimedFlowMultiThreadedSMMTests : IntegrationTest() {
portAllocation = RandomFree)) {
val configOverrides = mapOf("flowTimeout" to mapOf(
"timeout" to Duration.ofSeconds(1),
"timeout" to Duration.ofSeconds(3),
"maxRestartCount" to 2,
"backoffBase" to 1.0
))