mirror of https://github.com/apache/cassandra
fix long-test xml
patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270
This commit is contained in:
parent
641b021d3c
commit
f89b9aecc6
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue