Trying to see if this fixes Jenkins (TestRep sleep .5 => 1.5s)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2012-12-20 03:22:34 +00:00
parent cfafe13c1f
commit c8486bb705
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class TestReplication {
private static final int NB_ROWS_IN_BATCH = 100;
private static final int NB_ROWS_IN_BIG_BATCH =
NB_ROWS_IN_BATCH * 10;
private static final long SLEEP_TIME = 500;
private static final long SLEEP_TIME = 1500;
private static final int NB_RETRIES = 10;
private static final byte[] tableName = Bytes.toBytes("test");