fix long-test xml

patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270
This commit is contained in:
Jonathan Ellis 2012-05-22 10:49:42 -05:00
parent 641b021d3c
commit f89b9aecc6
1 changed files with 2 additions and 1 deletions

View File

@ -1067,8 +1067,9 @@
<target name="long-test" depends="build-test" description="Execute functional tests">
<testmacro suitename="long" inputdir="${test.long.src}"
timeout="${test.long.timeout}" />
timeout="${test.long.timeout}">
<jvmarg value="-Dcassandra.ring_delay_ms=1000"/>
</testmacro>
</target>
<!-- instruments the classes to later create code coverage reports -->