diff --git a/test/Ocelot.AcceptanceTests/ServiceDiscoveryTests.cs b/test/Ocelot.AcceptanceTests/ServiceDiscoveryTests.cs index 5978f842..a856656e 100644 --- a/test/Ocelot.AcceptanceTests/ServiceDiscoveryTests.cs +++ b/test/Ocelot.AcceptanceTests/ServiceDiscoveryTests.cs @@ -100,8 +100,8 @@ namespace Ocelot.AcceptanceTests private void ThenBothServicesCalledRealisticAmountOfTimes() { - _counterOne.ShouldBe(26); - _counterTwo.ShouldBe(24); + _counterOne.ShouldBeInRange(24,26); + _counterOne.ShouldBeInRange(24,26); } private void ThenTheTwoServicesShouldHaveBeenCalledTimes(int expected)