We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8849ef2 commit 14ea256Copy full SHA for 14ea256
1 file changed
build.xml
@@ -365,6 +365,7 @@ limitations under the License.
365
366
<testng classpathref="classpath.clover" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" verbose="1">
367
<jvmarg value="-Xmx512M" />
368
+ <jvmarg value="-Dcom.mongodb.slaveAcceptableLatencyMS=${test.com.mongodb.slaveAcceptableLatencyMS}"/>
369
<xmlfileset dir="." includes="testng.xml"/>
370
</testng>
371
<!--<clover-report>-->
0 commit comments