another quick hack to work this out

This commit is contained in:
Tom Gardham-Pallister 2018-05-03 22:49:44 +01:00
parent 334d4bf368
commit da0dd68502

View File

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