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 2c7e8f8 commit 842bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FunctionalTests/Client/StreamingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ async Task<DataComplete> ClientStreamedData(IAsyncStreamReader<DataMessage> requ
}

// Arrange
var data = CreateTestData(1024 * 64); // 64 KB
var data = CreateTestData(1024); // 1 KB

var method = Fixture.DynamicGrpc.AddClientStreamingMethod<DataMessage, DataComplete>(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
{
Expand Down

0 comments on commit 842bd4d

Please sign in to comment.