Increase retry count in CachedFixture

This commit is contained in:
Bogdan
2023-05-03 20:00:40 +03:00
parent d51f7cc02b
commit f5d6b2de11
@@ -103,7 +103,7 @@ namespace NzbDrone.Common.Test.CacheTests
} }
[Test] [Test]
[Retry(3)] [Retry(10)]
[Platform(Exclude = "MacOsX")] [Platform(Exclude = "MacOsX")]
public void should_clear_expired_when_they_expire() public void should_clear_expired_when_they_expire()
{ {