mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
Increase timeout in TimedFlowMultiThreadedSMMTests (#1119)
This commit is contained in:
parent
83abc053a1
commit
b54292859a
@ -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
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user