mirror of
https://github.com/Readarr/Readarr
synced 2026-01-10 17:43:41 +01:00
Increase retry count in CachedFixture
This commit is contained in:
parent
d51f7cc02b
commit
f5d6b2de11
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue