Skip to content

Commit c18fb1a

Browse files
committed
Increase wait
1 parent aff207c commit c18fb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Unit/TestBasicPublish.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void TestBasicRoundtripArray()
3232
string tag = m.BasicConsume(q.QueueName, true, consumer);
3333

3434
m.BasicPublish("", q.QueueName, ref bp, sendBody);
35-
bool waitResFalse = are.WaitOne(2000);
35+
bool waitResFalse = are.WaitOne(5000);
3636
m.BasicCancel(tag);
3737

3838
Assert.True(waitResFalse);

0 commit comments

Comments
 (0)