We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f787c commit 351b476Copy full SHA for 351b476
core/src/test/scala/com/avast/clients/rabbitmq/LiveTest.scala
@@ -345,7 +345,7 @@ class LiveTest extends FunSuite with Eventually with ScalaFutures with StrictLog
345
sender.send("test", Bytes.copyFromUtf8(Random.nextString(10))).runAsync.futureValue
346
}
347
348
- eventually {
+ eventually(timeout = timeout(Span(5, Seconds))) {
349
assertResult(20)(processed.get())
350
assertResult(0)(testHelper.getMessagesCount(queueName))
351
assertResult(10)(poisoned.get())
0 commit comments