Skip to content

Commit

Permalink
Increase timeout for SendMoreThanStreamLimitRequestsConcurrently_Last…
Browse files Browse the repository at this point in the history
…Waits test
  • Loading branch information
liveans authored and github-actions committed Aug 29, 2024
1 parent 7cf8f4a commit 108ebcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public async Task SendMoreThanStreamLimitRequestsConcurrently_LastWaits(int stre
await lastTask;
});

await new[] { clientTask, serverTask }.WhenAllOrAnyFailed(20_000);
await new[] { clientTask, serverTask }.WhenAllOrAnyFailed(200_000);
}

[Fact]
Expand Down

0 comments on commit 108ebcd

Please sign in to comment.