YARN-3848. TestNodeLabelContainerAllocation is timing out. Contributed by Varun Saxena

(cherry picked from commit 6c8830992c)
This commit is contained in:
Naganarasimha 2016-10-27 17:09:37 +05:30
parent 144f7a9e0e
commit 3ff80a800d
1 changed files with 2 additions and 2 deletions

View File

@ -1138,8 +1138,8 @@ public RMNodeLabelsManager createNodeLabelManager() {
rm1.close();
}
@Test
@Test(timeout=60000)
public void
testQueueMaxCapacitiesWillNotBeHonoredWhenNotRespectingExclusivity()
throws Exception {