Skip to content

Commit

Permalink
don´t timeout task.delay
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Feb 29, 2024
1 parent 9330246 commit 1a06e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Proto.Cluster.Tests/ClusterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ private async Task PingPong(

if (response == null)
{
await Task.Delay(200, token);
await Task.Delay(200);
}
} while (response == null && !token.IsCancellationRequested);

Expand Down

0 comments on commit 1a06e4e

Please sign in to comment.