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 7279ce831d
commit 3b9df97158
1 changed files with 2 additions and 2 deletions

View File

@ -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 {