mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 03:09:38 +01: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 @@ public void should_honor_ttl()
|
|||
Thread.Sleep(100);
|
||||
}
|
||||
|
||||
hitCount.Should().BeInRange(3, 6);
|
||||
hitCount.Should().BeInRange(3, 7);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue