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

gbellato
22.06.2007 0cd1da941546319f679b4ef8685a09843fe13b5b
reduce the maximum waiting time of the synchronization stress test to 120 sec
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -388,7 +388,7 @@
        {
          try
          {
            this.wait(60000);
            this.wait(6000);
          } catch (InterruptedException e)
          {
            return -1;