We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29529c9 commit f5cb6abCopy full SHA for f5cb6ab
1 file changed
tests/ServiceStack.AzureServiceBus.Tests/AzureBusServerTests.cs
@@ -358,6 +358,8 @@ public async Task Messages_with_null_Response_is_published_to_ReplyMQ()
358
359
var msg = mqClient.Get<HelloNull>(replyMq, TimeSpan.FromSeconds(10));
360
361
+ await Task.Delay(200);
362
+
363
HelloNull response = msg.GetBody();
364
Assert.That(response.Name, Is.EqualTo("Into the Void"));
365
Assert.That(msgsReceived, Is.EqualTo(1));
0 commit comments