Changed test count for sync

This commit is contained in:
nathan 2020-09-01 09:12:58 +02:00
parent 9ec8f4efe3
commit 780e09dd8d

View File

@ -66,7 +66,7 @@ class RmiDelayedInvocationSpamTest : BaseTest() {
val async = false
val mod = if (async) 10_000L else 200L
val totalRuns = if (async) 1_000_000 else 70_000
val totalRuns = if (async) 1_000_000 else 700
run {
val configuration = serverConfig()