mirror of
https://github.com/corda/corda.git
synced 2025-05-30 14:14:29 +00:00
Fix TimeFlow test
This commit is contained in:
parent
b46a837718
commit
0042db9af2
@ -61,9 +61,9 @@ class TimedFlowMultiThreadedSMMTests : IntegrationTest() {
|
|||||||
driver(DriverParameters(isDebug = true, startNodesInProcess = true,
|
driver(DriverParameters(isDebug = true, startNodesInProcess = true,
|
||||||
portAllocation = RandomFree)) {
|
portAllocation = RandomFree)) {
|
||||||
|
|
||||||
val configOverrides = mapOf("p2pMessagingRetry" to mapOf(
|
val configOverrides = mapOf("flowTimeout" to mapOf(
|
||||||
"messageRedeliveryDelay" to Duration.ofSeconds(1),
|
"timeout" to Duration.ofSeconds(1),
|
||||||
"maxRetryCount" to 2,
|
"maxRestartCount" to 2,
|
||||||
"backoffBase" to 1.0
|
"backoffBase" to 1.0
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user