Fix TimeFlow test

This commit is contained in:
Andrius Dagys 2018-06-11 18:25:35 +01:00
parent b46a837718
commit 0042db9af2

View File

@ -61,9 +61,9 @@ class TimedFlowMultiThreadedSMMTests : IntegrationTest() {
driver(DriverParameters(isDebug = true, startNodesInProcess = true,
portAllocation = RandomFree)) {
val configOverrides = mapOf("p2pMessagingRetry" to mapOf(
"messageRedeliveryDelay" to Duration.ofSeconds(1),
"maxRetryCount" to 2,
val configOverrides = mapOf("flowTimeout" to mapOf(
"timeout" to Duration.ofSeconds(1),
"maxRestartCount" to 2,
"backoffBase" to 1.0
))