* Ensure that the round trip timeout works.
*/
public void testRoundTripTimeout()
throws Exception {
serverMock.addTransaction(new WaitTransaction(2000));
long start = System.currentTimeMillis();
HttpClient client = createClient(10, 1);
HttpMethodBase method = createGetMethod();