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

smaguin
24.47.2008 28dca9112f696282550811641f1bb248ff0b0245
opends/tests/system-tests/scenario/singleServer/clients/tasks/tasks.xml
@@ -133,6 +133,7 @@
          <script>
            cpt=0
            intdelaySec= int(delaySec)
            intdelayMilliSec = intdelaySec * 1000
            intnbTasks= int(nbTasks)
            allowednbTasks= duration / intdelaySec
            listBackupFolder = []
@@ -168,11 +169,11 @@
                BackupFolder = '%s/backup_schedule_asynchronous_%s' % (serverInstance.getInstallDir(),cpt)
                listBackupFolder.append(BackupFolder)
              </script>
              <!--=== Sleep and wait to start the client when specified ===-->
              <call function="'sleep'">
                { 'location' : serverInstance.getHost(),
                'sleepForMilliSeconds' : intdelaySec,
                'sleepForMilliSeconds' : intdelayMilliSec,
                'fileFd'   : fileFd
                }
              </call>