Skip to content

Commit

Permalink
chore: adjust FixedSizeObjectPool test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 29, 2024
1 parent a2a4622 commit 13b982a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Ephemerally.Redis.Tests/FixedSizeObjectPoolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ namespace Ephemerally.Redis.Tests;

public class FixedSizeObjectPoolTests
{
private const int TestTimeout = 2;
private const int TestTimeout = 5;

[Fact]
[Fact(Timeout = TestTimeout)]
public void Get_returns_object_from_pool()
{
// Arrange
Expand Down

0 comments on commit 13b982a

Please sign in to comment.