mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02: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]
|
[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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue