diff --git a/src/NzbDrone.Common.Test/CacheTests/CachedFixture.cs b/src/NzbDrone.Common.Test/CacheTests/CachedFixture.cs index b21315b94..5c26b2f20 100644 --- a/src/NzbDrone.Common.Test/CacheTests/CachedFixture.cs +++ b/src/NzbDrone.Common.Test/CacheTests/CachedFixture.cs @@ -103,7 +103,7 @@ public void should_honor_ttl() } [Test] - [Retry(3)] + [Retry(10)] [Platform(Exclude = "MacOsX")] public void should_clear_expired_when_they_expire() {