use of alma.maci.containerconfig.Container in project ACS by ACS-Community.
the class ContainerClientPendingReplyTimeoutTest method setUp.
protected void setUp() throws Exception {
super.setUp();
jconttestUtil = new JconttestUtil(getContainerServices());
syslevelOrbTimeoutSec = jconttestUtil.getSystemLevelOrbTimeoutMillis() / 1000;
assertEquals("system-level jacorb timeout has changed (in orb.properties or cmd line). Please verify that this test still works as intended!", syslevelOrbTimeoutSecDefined, syslevelOrbTimeoutSec);
syslevelOrbTimeoutSecDefault = (int) new Container().getTimeout();
}
Aggregations