Skip to content

Commit

Permalink
Retry for 60 seconds to close a connection via HTTP API
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 22, 2024
1 parent ee20359 commit 5c9caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Test/Common/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private static bool InitIsWindows()

public static async Task CloseConnectionAsync(IConnection conn)
{
ushort tries = 10;
ushort tries = 30; // 60 seconds
EasyNetQ.Management.Client.Model.Connection connectionToClose = null;
do
{
Expand Down

0 comments on commit 5c9caed

Please sign in to comment.