YARN-5343. TestContinuousScheduling#testSortedNodes fails intermittently. (Yufei Gu via kasha)
This commit is contained in:
parent
9c6a4383ca
commit
7992c0b42c
|
@ -167,8 +167,8 @@ public class TestContinuousScheduling extends FairSchedulerTestBase {
|
||||||
Assert.assertEquals(2, nodes.size());
|
Assert.assertEquals(2, nodes.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void triggerSchedulingAttempt() {
|
private void triggerSchedulingAttempt() throws InterruptedException {
|
||||||
mockClock.tickMsec(
|
Thread.sleep(
|
||||||
2 * scheduler.getConf().getContinuousSchedulingSleepMs());
|
2 * scheduler.getConf().getContinuousSchedulingSleepMs());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue