mirror of
https://github.com/corda/corda.git
synced 2025-03-17 01:25:25 +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,
|
||||
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
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user