Skip to content

Commit

Permalink
Tolerate non-completed JoinedCluster task when using StartClientAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Nov 15, 2023
1 parent 2e0acd1 commit c504efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Proto.Cluster.Tests/ClusterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ await Trace(async () =>

try
{
await clientNode.JoinedCluster.WaitAsync(timeout);
clientNode.JoinedCluster.IsCompletedSuccessfully.Should().BeTrue();

var timer = Stopwatch.StartNew();
Expand Down

0 comments on commit c504efb

Please sign in to comment.