Author: ecn
Date: Thu Jan 31 21:34:32 2013
New Revision: 1441201

URL: http://svn.apache.org/viewvc?rev=1441201&view=rev
Log:
ACCUMULO-1004 fix intermittent failure

Modified:
    accumulo/trunk/test/system/auto/stress/msplit.py

Modified: accumulo/trunk/test/system/auto/stress/msplit.py
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/stress/msplit.py?rev=1441201&r1=1441200&r2=1441201&view=diff
==============================================================================
--- accumulo/trunk/test/system/auto/stress/msplit.py (original)
+++ accumulo/trunk/test/system/auto/stress/msplit.py Thu Jan 31 21:34:32 2013
@@ -31,10 +31,10 @@ class MetaSplitTest(TabletShouldSplit):
     
     tableSettings = TabletShouldSplit.tableSettings.copy()
     tableSettings['!METADATA'] = { 
-       'table.split.threshold': 100,
+       'table.split.threshold': 500,
         }
     tableSettings['test_ingest'] = { 
-       'table.split.threshold': '100K',
+       'table.split.threshold': '200K',
         }
 
     def runTest(self):


Reply via email to