Fixed: Relax flaky test

pull/952/head
ta264 5 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