HBASE-410 Speed up the test suite (make test timeout 5 minutes instead of 15.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@619635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Kellerman 2008-02-07 20:57:23 +00:00
parent 51707644ed
commit 1bfcf5a813
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ HBase Change Log
HBASE-409 Add build path to svn:ignore list (Edward Yoon via Stack)
HBASE-408 Add .classpath and .project to svn:ignore list
(Edward Yoon via Stack)
HBASE-410 Speed up the test suite (make test timeout 5 minutes instead of
15.
Branch 0.1

View File

@ -38,7 +38,7 @@
<property name="docs.dir" value="${basedir}/docs"/>
<property name="test.output" value="no"/>
<property name="test.timeout" value="900000"/>
<property name="test.timeout" value="300000"/>
<property name="build.dir" location="${basedir}/build"/>
<property name="build.bin" location="${build.dir}/bin"/>