Skip to content

Commit 14ea256

Browse files
committed
Added configurble slave delay latency to jenkins-test
1 parent 8849ef2 commit 14ea256

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ limitations under the License.
365365

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

0 commit comments

Comments
 (0)