mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Relax flakey cache test
This commit is contained in:
parent
b62e27634a
commit
531447a21f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue