};
// borrow timeout >> doSomething() no timeout expected
TestStats testStats = test.startTest(factory, config, 50, 200);
assertEquals("We should see some timeoutRequests", true, testStats.timeoutRequests > 0);
server.stop();
}
@Test
public void testClientRequestExecutorLimitSomeTimeout() throws Exception {
// start a dummy server