Skip to content

Commit d276793

Browse files
committed
extend timeout on CanHandleSubscriptionError test
1 parent 40c9108 commit d276793

File tree

1 file changed

+1
-1
lines changed
  • tests/GraphQL.Integration.Tests/WebsocketTests

1 file changed

+1
-1
lines changed

tests/GraphQL.Integration.Tests/WebsocketTests/Base.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public async void CanHandleSubscriptionError() {
313313

314314
Debug.WriteLine("subscribing...");
315315
using (var tester = observable.Monitor()) {
316-
tester.Should().HaveReceivedPayload()
316+
tester.Should().HaveReceivedPayload(TimeSpan.FromSeconds(3))
317317
.Which.Errors.Should().ContainSingle();
318318
tester.Should().HaveCompleted();
319319
client.Dispose();

0 commit comments

Comments
 (0)