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

Fixed: Relax flaky test

pull/6/head
ta264 6 years ago
parent 86f4dcd198
commit 223d493d05

@ -100,7 +100,7 @@ namespace NzbDrone.Common.Test.CacheTests
Thread.Sleep(100);
}
hitCount.Should().BeInRange(3, 6);
hitCount.Should().BeInRange(3, 7);
}
[Test]

Loading…
Cancel
Save