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 aff207c commit c18fb1aCopy full SHA for c18fb1a
projects/Unit/TestBasicPublish.cs
@@ -32,7 +32,7 @@ public void TestBasicRoundtripArray()
32
string tag = m.BasicConsume(q.QueueName, true, consumer);
33
34
m.BasicPublish("", q.QueueName, ref bp, sendBody);
35
- bool waitResFalse = are.WaitOne(2000);
+ bool waitResFalse = are.WaitOne(5000);
36
m.BasicCancel(tag);
37
38
Assert.True(waitResFalse);
0 commit comments