Author: ecn
Date: Wed Apr 17 14:24:09 2013
New Revision: 1468927

URL: http://svn.apache.org/r1468927
Log:
ACCUMULO-1283 use better ranges for timeout values

Modified:
    
accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/Config.java

Modified: 
accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/Config.java
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/Config.java?rev=1468927&r1=1468926&r2=1468927&view=diff
==============================================================================
--- 
accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/Config.java
 (original)
+++ 
accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/Config.java
 Wed Apr 17 14:24:09 2013
@@ -79,8 +79,8 @@ public class Config extends Test {
       s(Property.MASTER_BULK_RETRIES, 1, 10),
       s(Property.MASTER_BULK_TIMEOUT, 10, 600),
       s(Property.MASTER_FATE_THREADPOOL_SIZE, 1, 100),
-      s(Property.MASTER_RECOVERY_DELAY, 0, 10000),
-      s(Property.MASTER_RECOVERY_MAXTIME, 10000, 1000000),
+      s(Property.MASTER_RECOVERY_DELAY, 0, 100),
+      s(Property.MASTER_RECOVERY_MAXTIME, 10, 1000),
       s(Property.MASTER_THREADCHECK, 100, 10000),
       s(Property.MASTER_MINTHREADS, 1, 200),
   };


Reply via email to