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 40c9108 commit d276793Copy full SHA for d276793
tests/GraphQL.Integration.Tests/WebsocketTests/Base.cs
@@ -313,7 +313,7 @@ public async void CanHandleSubscriptionError() {
313
314
Debug.WriteLine("subscribing...");
315
using (var tester = observable.Monitor()) {
316
- tester.Should().HaveReceivedPayload()
+ tester.Should().HaveReceivedPayload(TimeSpan.FromSeconds(3))
317
.Which.Errors.Should().ContainSingle();
318
tester.Should().HaveCompleted();
319
client.Dispose();
0 commit comments