adjust time assertion in TestConductorSpec
* assertion failed: block took 583.856 milliseconds, should at least have been 600 milliseconds
This commit is contained in:
parent
3a2a618fa2
commit
40894a7945
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