Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emreyigit committed Sep 10, 2024
1 parent 715325f commit 898ac26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public async Task TestMultiMemberRoutingConnectsNextGroupWhenDisconnected(Routin
var connectedMember = RcMembers.Values.Where(m => connectedAddress.Equals($"{m.Host}:{m.Port}")).Select(m => m.Uuid).First();
await RemoveMember(connectedMember);

await AssertEx.SucceedsEventually(() => Assert.That(client.State, Is.EqualTo(ClientState.Disconnected)), 20_000, 500);
await AssertEx.SucceedsEventually(() => Assert.That(client.State, Is.EqualTo(ClientState.Disconnected)), 60_000, 500);

await AssertEx.SucceedsEventually(() =>
{
Expand Down

0 comments on commit 898ac26

Please sign in to comment.