HBASE-5794 Jenkins builds timing out; undo setting hbase.client.retries.number to 100

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1328152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-19 23:52:44 +00:00
parent 0b30494edb
commit a09cea8e44
1 changed files with 0 additions and 7 deletions

View File

@ -142,11 +142,4 @@
version is X.X.X-SNAPSHOT"
</description>
</property>
<property>
<name>hbase.client.retries.number</name>
<value>100</value>
<description>
Use a lot of retries in unit tests.
</description>
</property>
</configuration>