adjust time assertion in TestConductorSpec

* assertion failed: block took 583.856 milliseconds, should at least have been 600 milliseconds
This commit is contained in:
Patrik Nordwall 2017-01-25 17:21:26 +01:00
parent 3a2a618fa2
commit 40894a7945

View file

@ -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)
}