Skip to content

Commit 997674f

Browse files
stebetlukebakken
authored andcommitted
Reverting test change.
1 parent 8afbea9 commit 997674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Unit/TestAsyncConsumer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public void TestBasicRoundtripNoWait()
250250
};
251251
string tag = m.BasicConsume(q.QueueName, true, consumer);
252252
// ensure we get a delivery
253-
bool waitRes = are.WaitOne(10000);
253+
bool waitRes = are.WaitOne(2000);
254254
Assert.True(waitRes);
255255
// unsubscribe and ensure no further deliveries
256256
m.BasicCancelNoWait(tag);

0 commit comments

Comments
 (0)