mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
NOTICK - Reduce flow count for test to improve run time (#6213)
This commit is contained in:
parent
cfb985244a
commit
b6dc1d8c4a
@ -54,8 +54,8 @@ import kotlin.test.currentStackTrace
|
||||
class RpcReconnectTests {
|
||||
|
||||
companion object {
|
||||
// 150 flows take ~5 minutes
|
||||
const val NUMBER_OF_FLOWS_TO_RUN = 150
|
||||
// this many flows take ~5 minutes
|
||||
const val NUMBER_OF_FLOWS_TO_RUN = 100
|
||||
|
||||
private val log = contextLogger()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user