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

Christophe Sovant
12.56.2009 cbf13ac79598fad694fcba848d48684093251c52
opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
@@ -178,6 +178,13 @@
                'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
              }
            </call>
            <!--- Check that DS started -->
            <call function="'isAlive'">
              {
              'noOfLoops'        : 10 ,
              'noOfMilliSeconds' : 2000
              }
            </call>
            <call function="'loopThroughFilters'">
              { 'filters' : 'after-modify' }
            </call>
@@ -349,6 +356,13 @@
                'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
              }
            </call>
            <!--- Check that DS started -->
            <call function="'isAlive'">
              {
              'noOfLoops'        : 10 ,
              'noOfMilliSeconds' : 2000
              }
            </call>
            <call function="'loopThroughFilters'">
              { 'filters' : 'after-add' }
            </call>
@@ -774,7 +788,7 @@
          { 'functionName'      : 'isAlive',
            'functionMessage'   : 'Checking if the server is available',
            'functionException' : 'Topology.StartException',
            'functionArguments' : { 'noOfLoops'        : 5,
            'functionArguments' : { 'noOfLoops'        : 10,
                                    'noOfMilliSeconds' : 2000 
                                  }
          }