mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Relax flaky test
This commit is contained in:
parent
86f4dcd198
commit
223d493d05
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace NzbDrone.Common.Test.CacheTests
|
|||
Thread.Sleep(100);
|
||||
}
|
||||
|
||||
hitCount.Should().BeInRange(3, 6);
|
||||
hitCount.Should().BeInRange(3, 7);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue