YARN-3848. TestNodeLabelContainerAllocation is timing out. Contributed by Varun Saxena
(cherry picked from commit 6c8830992c
)
This commit is contained in:
parent
7279ce831d
commit
3b9df97158
|
@ -1059,8 +1059,8 @@ public class TestNodeLabelContainerAllocation {
|
||||||
|
|
||||||
rm1.close();
|
rm1.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(timeout=60000)
|
||||||
public void
|
public void
|
||||||
testQueueMaxCapacitiesWillNotBeHonoredWhenNotRespectingExclusivity()
|
testQueueMaxCapacitiesWillNotBeHonoredWhenNotRespectingExclusivity()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue