Skip to content

Commit

Permalink
Speed up ConflatedBroadcastChannelNotifyStressTest (half as much events)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jul 25, 2018
1 parent 7bd983f commit 9d31ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlin.coroutines.experimental.*
class ConflatedBroadcastChannelNotifyStressTest : TestBase() {
val nSenders = 2
val nReceivers = 3
val nEvents = 1_000_000 * stressTestMultiplier
val nEvents = 500_000 * stressTestMultiplier
val timeLimit = 30_000L * stressTestMultiplier // 30 sec

val broadcast = ConflatedBroadcastChannel<Int>()
Expand Down

0 comments on commit 9d31ffc

Please sign in to comment.