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:
Gary Dusbabek 2010-05-03 12:57:09 +00:00
parent babfd4e916
commit ac08dfee92
1 changed files with 1 additions and 1 deletions

View File

@ -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">