You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/10/16 16:13:37 UTC

svn commit: r1398812 - /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java

Author: ecn
Date: Tue Oct 16 14:13:37 2012
New Revision: 1398812

URL: http://svn.apache.org/viewvc?rev=1398812&view=rev
Log:
ACCUMULO-815 give the tserver a few more seconds to split out

Modified:
    accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java

Modified: accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java
URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java?rev=1398812&r1=1398811&r2=1398812&view=diff
==============================================================================
--- accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java (original)
+++ accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/functional/LargeRowTest.java Tue Oct 16 14:13:37 2012
@@ -93,7 +93,7 @@ public class LargeRowTest extends Functi
     
     getConnector().tableOperations().setProperty(REG_TABLE_NAME, Property.TABLE_SPLIT_THRESHOLD.getKey(), "" + SPLIT_THRESH);
     
-    UtilWaitThread.sleep(5000);
+    UtilWaitThread.sleep(10000);
     
     checkSplits(REG_TABLE_NAME, 1, 9);