mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Relax flaky test
This commit is contained in:
@@ -100,7 +100,7 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
|
||||
hitCount.Should().BeInRange(3, 6);
|
||||
hitCount.Should().BeInRange(3, 7);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user