Fixed: Relax flaky test

This commit is contained in:
ta264 2019-09-04 21:29:48 +01:00
parent 86f4dcd198
commit 223d493d05
1 changed files with 1 additions and 1 deletions

View File

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