increase test timeout in ReplicatorSpec, #20932

This commit is contained in:
Patrik Nordwall 2016-08-09 17:31:26 +02:00
parent 61f566063b
commit beeb7fc807
2 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ class ReplicatorPruningSpec extends MultiNodeSpec(ReplicatorPruningSpec) with ST
val replicator = system.actorOf(Replicator.props(
ReplicatorSettings(system).withGossipInterval(1.second)
.withPruning(pruningInterval = 1.second, maxPruningDissemination)), "replicator")
val timeout = 2.seconds.dilated
val timeout = 3.seconds.dilated
val KeyA = GCounterKey("A")
val KeyB = ORSetKey[String]("B")