Fixed: Relax flakey cache test

pull/861/head
ta264 5 years ago
parent b62e27634a
commit 531447a21f

@ -122,7 +122,7 @@ namespace NzbDrone.Common.Test.CacheTests
Thread.Sleep(1000);
hitCount.Should().BeInRange(3, 6);
hitCount.Should().BeInRange(3, 7);
_cachedString.Values.Should().HaveCount(0);
}
}

Loading…
Cancel
Save