Skip to content

Commit 5c9caed

Browse files
committed
Retry for 60 seconds to close a connection via HTTP API
1 parent ee20359 commit 5c9caed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Common/Util.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private static bool InitIsWindows()
4545

4646
public static async Task CloseConnectionAsync(IConnection conn)
4747
{
48-
ushort tries = 10;
48+
ushort tries = 30; // 60 seconds
4949
EasyNetQ.Management.Client.Model.Connection connectionToClose = null;
5050
do
5151
{

0 commit comments

Comments
 (0)