Increase retry count in CachedFixture

pull/2432/head
Bogdan 1 year ago
parent d51f7cc02b
commit f5d6b2de11

@ -103,7 +103,7 @@ namespace NzbDrone.Common.Test.CacheTests
}
[Test]
[Retry(3)]
[Retry(10)]
[Platform(Exclude = "MacOsX")]
public void should_clear_expired_when_they_expire()
{

Loading…
Cancel
Save