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 9ac76fc commit 07a61d9Copy full SHA for 07a61d9
projects/client/Unit/src/unit/TestConsumerOperationDispatch.cs
@@ -133,7 +133,7 @@ public void TestDeliveryOrderingWithSingleChannel()
133
basicProperties: new BasicProperties(),
134
body: encoding.GetBytes("msg"));
135
}
136
- counter.Wait(TimeSpan.FromSeconds(30));
+ counter.Wait(TimeSpan.FromSeconds(120));
137
138
foreach (var cons in consumers)
139
{
0 commit comments