Search in sources :

Example 1 with Container

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();
}
Also used : Container(alma.maci.containerconfig.Container) JconttestUtil(alma.jconttest.util.JconttestUtil)

Aggregations

JconttestUtil (alma.jconttest.util.JconttestUtil)1 Container (alma.maci.containerconfig.Container)1