* Use short configurable timeout for expectNoMessage #27212 * consistent with ActorTestKit in Typed * fix config
This commit is contained in:
parent
e567272766
commit
50e99e08d8
19 changed files with 78 additions and 67 deletions
|
|
@ -331,7 +331,7 @@ class ReplicatorMapDeltaSpec extends MultiNodeSpec(ReplicatorMapDeltaSpec) with
|
|||
|
||||
enterBarrier("replicated-2")
|
||||
// no OversizedPayloadException logging
|
||||
errorLogProbe.expectNoMessage(100.millis)
|
||||
errorLogProbe.expectNoMessage()
|
||||
|
||||
enterBarrierAfterTestStep()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue