Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
Increase the timeout on the `InfiniteRetry_Delay_Does_Not_Overflow_2163` test to reduce test flakiness in CI.
  • Loading branch information
martincostello authored Nov 11, 2024
1 parent 7567acc commit c3a16da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Polly.Core.Tests.Issues;

public partial class IssuesTests
{
[Fact(Timeout = 15_000)]
[Fact(Timeout = 30_000)]
public async Task InfiniteRetry_Delay_Does_Not_Overflow_2163()
{
// Arrange
Expand Down

0 comments on commit c3a16da

Please sign in to comment.