Searched refs:NO_TIMEOUT_RS_SLEEP_TIME (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java75 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
669 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
713 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
729 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
771 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
786 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1205 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
1207 // for more than NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1210 assertTrue( (callTime >= NO_TIMEOUT_RS_SLEEP_TIME) && (callTime <= TIMEOUT));
1269 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java75 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
669 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
713 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
729 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
771 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
786 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1205 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
1207 // for more than NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1210 assertTrue( (callTime >= NO_TIMEOUT_RS_SLEEP_TIME) && (callTime <= TIMEOUT));
1269 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java75 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
669 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
713 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
729 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
771 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
786 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1205 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
1207 // for more than NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1210 assertTrue( (callTime >= NO_TIMEOUT_RS_SLEEP_TIME) && (callTime <= TIMEOUT));
1269 // In this scenario, the fake RS will send back an ack after NO_TIMEOUT_RS_SLEEP_TIME
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java111 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
638 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
677 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
689 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
715 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
727 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1352 * NO_TIMEOUT_RS_SLEEP_TIME seconds, so we expect the add/delete entry code
1354 * NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1360 assertTrue(NO_TIMEOUT_RS_SLEEP_TIME <= callTime && callTime <= TIMEOUT);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java111 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
638 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
677 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
689 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
715 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
727 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1352 * NO_TIMEOUT_RS_SLEEP_TIME seconds, so we expect the add/delete entry code
1354 * NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1360 assertTrue(NO_TIMEOUT_RS_SLEEP_TIME <= callTime && callTime <= TIMEOUT);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java111 private static final long NO_TIMEOUT_RS_SLEEP_TIME = 2000; field in class:AssuredReplicationPluginTest
595 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
632 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
644 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
668 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
680 sleep(NO_TIMEOUT_RS_SLEEP_TIME);
1306 * NO_TIMEOUT_RS_SLEEP_TIME seconds, so we expect the add/delete entry code
1308 * NO_TIMEOUT_RS_SLEEP_TIME seconds but no more than the timeout value.
1314 assertTrue(NO_TIMEOUT_RS_SLEEP_TIME <= callTime && callTime <= TIMEOUT);

Completed in 48 milliseconds