Skip to content

Commit

Permalink
Further stressing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Aug 24, 2023
1 parent c14096a commit 028c910
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task PipeReaderReceivesDataMultipleTimes(Type type)
int count = 0;

// Ensure that the ids will properly wrap around.
const int iterations = 5000;
const int iterations = 20000;
sNexus.ServerTaskValueWithDuplexPipeEvent = async (nexus, pipe) =>
{
var result = await pipe.Input.ReadAsync();
Expand All @@ -41,7 +41,7 @@ public async Task PipeReaderReceivesDataMultipleTimes(Type type)
}


await tcs.Task.Timeout(2);
await tcs.Task.Timeout(10);
}

[TestCase(Type.Uds)]
Expand Down

0 comments on commit 028c910

Please sign in to comment.