Home
last modified time | relevance | path

Searched refs:maxWaitingAttempts (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/
H A DTestRMFailover.java199 int maxWaitingAttempts = 2000; in testAutomaticFailover() local
200 while (maxWaitingAttempts-- > 0 ) { in testAutomaticFailover()
207 maxWaitingAttempts == 0); in testAutomaticFailover()