Merge pull request #18169 from akka/wip-18158-RemotingSpec-patriknw
=rem #18158 Harden RemotingSpec
This commit is contained in:
commit
f4abf80f50
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ class RemotingSpec extends AkkaSpec(RemotingSpec.cfg) with ImplicitSender with D
|
|||
val maxProtocolOverhead = 500 // Make sure we're still under size after the message is serialized, etc
|
||||
val big = byteStringOfSize(maxPayloadBytes - maxProtocolOverhead)
|
||||
verifySend(big) {
|
||||
expectMsg(1.second, big)
|
||||
expectMsg(3.seconds, big)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue