mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
19.15.2009 de4e1d15f9d32bfa41fd1602805d6bbae76246e0
Fix the timeout parameter of the Fractional plugin unit tests that was incorrectly
set to 10 ms instead of 10 s and therefore causing random tests failures
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java
@@ -110,7 +110,7 @@
  private static final DebugTracer TRACER = getTracer();
  // Number of seconds before generating an error if some conditions not met
  private static final int TIMEOUT = 10;
  private static final int TIMEOUT = 10000;
  // Uuid of the manipulated entry
  private static final String ENTRY_UUID =