YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks
This commit is contained in:
parent
d33419ae01
commit
e4c3b52c89
@ -313,6 +313,9 @@ Release 2.8.0 - UNRELEASED
|
||||
YARN-2123. Progress bars in Web UI always at 100% due to non-US locale.
|
||||
(Akira AJISAKA via xgong)
|
||||
|
||||
YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate
|
||||
timeout. (Rohith Sharmaks via jianhe)
|
||||
|
||||
Release 2.7.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -95,7 +95,7 @@ private void checkUsedResource(MockRM rm, String queueName, int memory,
|
||||
.getMemory());
|
||||
}
|
||||
|
||||
@Test (timeout = 30000)
|
||||
@Test (timeout = 60000)
|
||||
public void testNodeUpdate() throws Exception {
|
||||
// set node -> label
|
||||
mgr.addToCluserNodeLabelsWithDefaultExclusivity(ImmutableSet.of("x", "y", "z"));
|
||||
|
Loading…
Reference in New Issue
Block a user