Skip to content

Commit

Permalink
Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 21, 2021
1 parent 842bd4d commit c296267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FunctionalTests/Client/StreamingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ async Task<DataComplete> ClientStreamedData(IAsyncStreamReader<DataMessage> requ
var method = Fixture.DynamicGrpc.AddClientStreamingMethod<DataMessage, DataComplete>(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
{
Expand Down

0 comments on commit c296267

Please sign in to comment.