unbreak the akka-actor-nightly build
This commit is contained in:
parent
397006918a
commit
79c9cdd98e
2 changed files with 2 additions and 2 deletions
|
|
@ -568,7 +568,7 @@ trait TestKitBase {
|
|||
val message =
|
||||
if (max == 0.seconds) {
|
||||
queue.pollFirst
|
||||
} else if (max.finite_?) {
|
||||
} else if (max.isFinite) {
|
||||
queue.pollFirst(max.length, max.unit)
|
||||
} else {
|
||||
queue.takeFirst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue