Skip to content

Commit 07a61d9

Browse files
committed
Try increasing timeout
for a troublesome test.
1 parent 9ac76fc commit 07a61d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestConsumerOperationDispatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void TestDeliveryOrderingWithSingleChannel()
133133
basicProperties: new BasicProperties(),
134134
body: encoding.GetBytes("msg"));
135135
}
136-
counter.Wait(TimeSpan.FromSeconds(30));
136+
counter.Wait(TimeSpan.FromSeconds(120));
137137

138138
foreach (var cons in consumers)
139139
{

0 commit comments

Comments
 (0)