@@ -268,6 +268,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 @@ public class TestCapacitySchedulerNodeLabelUpdate {
.getMemory());
}
- @Test (timeout = 30000)
+ @Test (timeout = 60000)
public void testNodeUpdate() throws Exception {
// set node -> label
mgr.addToCluserNodeLabelsWithDefaultExclusivity(ImmutableSet.of("x", "y", "z"));