HBASE-19129 TestChoreService is flaky
Increase the delta to compensate for environmental variance.
This commit is contained in:
parent
47c3faee5d
commit
285efb1f1b
|
@ -371,7 +371,7 @@ public class TestChoreService {
|
||||||
@Test (timeout=20000)
|
@Test (timeout=20000)
|
||||||
public void testForceTrigger() throws InterruptedException {
|
public void testForceTrigger() throws InterruptedException {
|
||||||
final int period = 100;
|
final int period = 100;
|
||||||
final int delta = 5;
|
final int delta = 10;
|
||||||
ChoreService service = new ChoreService("testForceTrigger");
|
ChoreService service = new ChoreService("testForceTrigger");
|
||||||
final CountingChore chore = new CountingChore("countingChore", period);
|
final CountingChore chore = new CountingChore("countingChore", period);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue