From 842bd4d69fad6ad7f181aa8c5b648825c598f083 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Sun, 21 Feb 2021 15:03:58 +1300 Subject: [PATCH] Flaky test --- test/FunctionalTests/Client/StreamingTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/FunctionalTests/Client/StreamingTests.cs b/test/FunctionalTests/Client/StreamingTests.cs index e737ff0d8..8d278ad9d 100644 --- a/test/FunctionalTests/Client/StreamingTests.cs +++ b/test/FunctionalTests/Client/StreamingTests.cs @@ -373,12 +373,12 @@ async Task ClientStreamedData(IAsyncStreamReader requ } // Arrange - var data = CreateTestData(1024 * 64); // 64 KB + var data = CreateTestData(1024); // 1 KB var method = Fixture.DynamicGrpc.AddClientStreamingMethod(ClientStreamedData); var httpClient = Fixture.CreateClient(); - httpClient.Timeout = TimeSpan.FromSeconds(0.5); + httpClient.Timeout = TimeSpan.FromSeconds(0.2); var channel = GrpcChannel.ForAddress(httpClient.BaseAddress!, new GrpcChannelOptions {