// The Remote NoOp delays each CAS for 6000ms. The Aggregate sends two CASes so adjust
// client timeout to be just over 12000ms.
appCtx.put(UimaAsynchronousEngine.Timeout, 13000);
// Remove container with the remote NoOp delegate so that we can test
// the CAS Process and Ping timeout.
eeUimaEngine.undeploy(delegateContainerId);
// Send the CAS and handle exception
runTest(appCtx, eeUimaEngine, null, null, 1, EXCEPTION_LATCH);
}
public void testDeployAggregateWithCollocatedAggregateService() throws Exception {