Skip to content

Commit

Permalink
stabilized AmqpClientActorTest.testSetMessageListenerOnConsumerFails
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Nov 4, 2021
1 parent 9b8b02c commit f5b5a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public void testSetMessageListenerOnConsumerFails() throws JMSException {
amqpClientActor.tell(OpenConnection.of(CONNECTION_ID, DittoHeaders.empty()), getRef());
expectMsgClass(Status.Failure.class);

final AtomicInteger count = new AtomicInteger(20);
final AtomicInteger count = new AtomicInteger(40);
Awaitility.await()
.pollInterval(Duration.ofMillis(100))
.atMost(Duration.ofSeconds(5)).until(() -> {
Expand Down

0 comments on commit f5b5a28

Please sign in to comment.