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

smaguin
07.20.2007 55836f2a8f61a406159dc2be62718490b8edaec5
increase the sleep  for Restart command
1 files modified
18 ■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml 18 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -776,7 +776,11 @@
      <message>
        '%s %s' % (STAFCmd, STAFCmdParams)
      </message>
      <message>'******************************'</message>
      <message>'*** Restarting the Server ***'</message>
      <message>'******************************'</message>
      <process name="'restart DS'">
        <location>'%s' % (location)</location>
        <command>'%s' % (STAFCmd)</command>
@@ -798,15 +802,11 @@
              'dsInstanceDn'     : dsBindDN ,
              'dsInstancePswd'   : dsBindPwd ,
              'noOfLoops'        : 5 ,
              'noOfMilliSeconds' : 2000 }
              'noOfMilliSeconds' : 6000 }
       </call>
          <!--
      <call function="'checkRC'">
        { 'returncode' : RC ,
          'result'     : STAXResult }
      </call>
        -->
      <message>'*** Restarting the Server is completed ***'</message>
      <message>'***************************************'</message>
    </sequence>
  </function>