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

mkeyes
17.02.2007 73e4fbd7e6c2b6ba0d2d0b83063e6bfe70acfef1
Fixed a situation where on slow machines, OpenDS does not completely stop before it is suppsoed to start again. In this situation, when OpenDS tries to start, an error arises that the port is not available.
1 files modified
4 ■■■ changed files
opends/tests/functional-tests/shared/functions/dsadm.xml 4 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -660,7 +660,9 @@
        { 'returncode' : RC ,
          'result'     : STAXResult }
      </call>
      <call function="'Sleep'">
        { 'sleepForMilliSeconds'  : 3000 }
      </call>
    </sequence>
  </function>