mirror of https://github.com/apache/cassandra
test timeout to 60s
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@940440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
babfd4e916
commit
ac08dfee92
|
|
@ -392,7 +392,7 @@
|
|||
</macrodef>
|
||||
|
||||
<target name="test" depends="build-test">
|
||||
<testmacro suitename="unit" inputdir="${test.unit.src}" timeout="30000" />
|
||||
<testmacro suitename="unit" inputdir="${test.unit.src}" timeout="60000" />
|
||||
</target>
|
||||
|
||||
<target name="long-test" depends="build-test">
|
||||
|
|
|
|||
Loading…
Reference in New Issue