mirror of
https://github.com/Readarr/Readarr
synced 2026-04-21 20:31:37 +02: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 @@ public void should_clear_expired_when_they_expire()
|
|||
|
||||
Thread.Sleep(1000);
|
||||
|
||||
hitCount.Should().BeInRange(3, 6);
|
||||
hitCount.Should().BeInRange(3, 7);
|
||||
_cachedString.Values.Should().HaveCount(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue