Merge pull request #6230 from corda/rfowler-os-4.4-os-4.5-20200511

Rfowler os 4.4 os 4.5 20200511
This commit is contained in:
Matthew Nesbit 2020-05-11 14:51:08 +01:00 committed by GitHub
commit 6afd443e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}