// if it doesn't have a maxUnreplicatedInterval grace period
Thread.sleep(2800);
// jbcm1 considers the session unmodified for > 3 sec maxInactiveInterval.
// Try to drive the session out of the jbcm1 cache
jbcm1.backgroundProcess();
// Replicate just one attribute; see if the other is still in jbcm1
SetAttributesRequestHandler modifyHandler = new SetAttributesRequestHandler(mutables, false);
SessionTestUtil.invokeRequest(jbcm0, modifyHandler, setHandler.getSessionId());