assertEquals(0, test.getFailedPutCount(), 0.01);
// sleep some seconds
Thread.sleep(timeout);
test.incrementRequests(incrementRequest);
test.incrementSucessfulGetRequests(incrementSucessfulGet);
test.incrementSucessfulDeleteRequests(incrementSucessfulDelete);
test.incrementSucessfulPutRequests(incrementSucessfulPut);
test.incrementFailedGetRequests(incrementFailedGetRequests);
test.incrementFailedDeleteRequests(incrementFailedDeleteRequests);
test.incrementFailedPutRequests(incrementFailedPutRequests);