Adding extra output to give more hope in reproducing weird test failure that only happens in Jenkins
This commit is contained in:
parent
cb8a0adbb8
commit
7a6508973f
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class TestKit(_app: AkkaApplication) {
|
|||
val _max = if (max eq Duration.MinusInf) remaining else max.dilated
|
||||
val o = receiveOne(_max)
|
||||
assert(o ne null, "timeout during expectMsg: " + hint)
|
||||
assert(f.isDefinedAt(o), "does not match: " + o)
|
||||
assert(f.isDefinedAt(o), "expected: " + hint + " but got unexpected message " + o)
|
||||
f(o)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue