Skip to content

Commit

Permalink
Added configurble slave delay latency to jenkins-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Apr 24, 2012
1 parent 8849ef2 commit 14ea256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ limitations under the License.


<testng classpathref="classpath.clover" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" verbose="1"> <testng classpathref="classpath.clover" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" verbose="1">
<jvmarg value="-Xmx512M" /> <jvmarg value="-Xmx512M" />
<jvmarg value="-Dcom.mongodb.slaveAcceptableLatencyMS=${test.com.mongodb.slaveAcceptableLatencyMS}"/>
<xmlfileset dir="." includes="testng.xml"/> <xmlfileset dir="." includes="testng.xml"/>
</testng> </testng>
<!--<clover-report>--> <!--<clover-report>-->
Expand Down

0 comments on commit 14ea256

Please sign in to comment.