Skip to content

Commit

Permalink
chore: increment timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Eberl committed Jun 17, 2021
1 parent 1c3e627 commit 9b4b859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void sendLiveEvent_Should_sendDirectMessageMultipleTimesToUserAndFinalyRemove_Wh
assertThat(resultMessage, notNullValue());
assertThat(resultMessage.getEventType(), is(DIRECTMESSAGE));
for (int i = 0; i < 5; i++) {
var furtherMessage = receivedMessages.poll(20, SECONDS);
var furtherMessage = receivedMessages.poll(60, SECONDS);
assertThat(furtherMessage, notNullValue());
assertThat(furtherMessage.getEventType(), is(DIRECTMESSAGE));
}
Expand Down

0 comments on commit 9b4b859

Please sign in to comment.