Skip to content

Commit

Permalink
Restore timeout
Browse files Browse the repository at this point in the history
Accidentally removed.
  • Loading branch information
martincostello committed Sep 15, 2024
1 parent f9bab6a commit 96bd445
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]
[Fact(Timeout = 15_000)]
public async Task InfiniteRetry_Delay_Does_Not_Overflow_2163()
{
// Arrange
Expand Down

0 comments on commit 96bd445

Please sign in to comment.