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