Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/f5d6b2de113e8d6d042203dfecdacfb3e9206afe You should set ROOT_URL correctly, otherwise the web may not work correctly.

Increase retry count in CachedFixture

pull/2432/head
Bogdan 2 years 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