From c2962673aea29412ec51ad72d8cfb7cd894aa97c Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Sun, 21 Feb 2021 15:04:19 +1300 Subject: [PATCH] Flaky test --- test/FunctionalTests/Client/StreamingTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FunctionalTests/Client/StreamingTests.cs b/test/FunctionalTests/Client/StreamingTests.cs index 8d278ad9d..c2dfdfa3a 100644 --- a/test/FunctionalTests/Client/StreamingTests.cs +++ b/test/FunctionalTests/Client/StreamingTests.cs @@ -378,7 +378,7 @@ async Task ClientStreamedData(IAsyncStreamReader requ var method = Fixture.DynamicGrpc.AddClientStreamingMethod(ClientStreamedData); var httpClient = Fixture.CreateClient(); - httpClient.Timeout = TimeSpan.FromSeconds(0.2); + httpClient.Timeout = TimeSpan.FromSeconds(0.3); var channel = GrpcChannel.ForAddress(httpClient.BaseAddress!, new GrpcChannelOptions {