Thread.sleep(timeout);
test.incrementRequests(incrementRequest);
test.incrementSucessfulGetRequests(incrementSucessfulGet);
test.incrementSucessfulDeleteRequests(incrementSucessfulDelete);
test.incrementSucessfulPutRequests(incrementSucessfulPut);
test.incrementFailedGetRequests(incrementFailedGetRequests);
test.incrementFailedDeleteRequests(incrementFailedDeleteRequests);
test.incrementFailedPutRequests(incrementFailedPutRequests);
test.doUpdates(null);