changes to make test more stable

This commit is contained in:
Tom Gardham-Pallister 2018-05-03 22:06:08 +01:00
parent 2f8d857731
commit e57b72173e

View File

@ -154,7 +154,7 @@ namespace Ocelot.UnitTests.LoadBalancer
secondHostAndPort.Data.DownstreamHost.ShouldBe("one"); secondHostAndPort.Data.DownstreamHost.ShouldBe("one");
secondHostAndPort.Data.DownstreamPort.ShouldBe(80); secondHostAndPort.Data.DownstreamPort.ShouldBe(80);
Thread.Sleep(150); Thread.Sleep(200);
} }
private void ThenAnErrorIsReturned() private void ThenAnErrorIsReturned()