We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee20359 commit 5c9caedCopy full SHA for 5c9caed
projects/Test/Common/Util.cs
@@ -45,7 +45,7 @@ private static bool InitIsWindows()
45
46
public static async Task CloseConnectionAsync(IConnection conn)
47
{
48
- ushort tries = 10;
+ ushort tries = 30; // 60 seconds
49
EasyNetQ.Management.Client.Model.Connection connectionToClose = null;
50
do
51
0 commit comments