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:
parent
cfafe13c1f
commit
c8486bb705
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user