Skip to content

Commit

Permalink
Update test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Feb 20, 2025
1 parent 5529e99 commit ef0949b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public async Task TestUnreadMessagesCount()
await unreadChannel.SendText("two");
await unreadChannel.SendText("three");

await Task.Delay(4000);
await Task.Delay(6000);

var membership = (await chat.GetUserMemberships(user.Id, limit: 20)).Memberships
.FirstOrDefault(x => x.ChannelId == unreadChannel.Id);
Expand Down

0 comments on commit ef0949b

Please sign in to comment.