Merge pull request #22226 from akka/wip-TestConductorSpec-patriknw
adjust time assertion in TestConductorSpec
This commit is contained in:
commit
93ac08b963
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class TestConductorSpec extends RemotingMultiNodeSpec(TestConductorMultiJvmSpec)
|
|||
for (i ← 0 to 9) echo ! i
|
||||
}
|
||||
|
||||
within(0.6 seconds, 2 seconds) {
|
||||
within(0.5 seconds, 2 seconds) {
|
||||
expectMsg(500 millis, 0)
|
||||
receiveN(9) should ===(1 to 9)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue