Increase retry count in CachedFixture

This commit is contained in:
Bogdan 2023-05-03 20:00:40 +03:00
parent d51f7cc02b
commit f5d6b2de11

View file

@ -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()
{