mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 16:30:48 +08:00 
			
		
		
		
	another quick hack to work this out
This commit is contained in:
		@@ -159,7 +159,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(200);
 | 
					            Thread.Sleep(300);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        private void ThenAnErrorIsReturned()
 | 
					        private void ThenAnErrorIsReturned()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user