YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks

(cherry picked from commit e4c3b52c89)
This commit is contained in:
Jian He 2015-05-05 11:33:47 -07:00
parent 50a5d0b62b
commit eb0c6d2ee7
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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"));