YARN-5492. TestSubmitApplicationWithRMHA is failing sporadically during precommit builds. Contributed by Vrushali C.

This commit is contained in:
Rohith Sharma K S 2016-08-11 11:50:46 +05:30
parent 666ad0b67b
commit 5199db387d
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ public void testGetApplicationReportIdempotent() throws Exception{
// during SubmitApplication Call:
// 1) RMStateStore already saved the ApplicationState when failover happens
// 2) RMStateStore did not save the ApplicationState when failover happens
@Test (timeout = 5000)
@Test (timeout = 50000)
public void
testHandleRMHADuringSubmitApplicationCallWithSavedApplicationState()
throws Exception {
@ -260,7 +260,7 @@ public void testGetApplicationReportIdempotent() throws Exception{
Assert.assertEquals(app1.getApplicationId(), app0.getApplicationId());
}
@Test (timeout = 5000)
@Test (timeout = 50000)
public void
testHandleRMHADuringSubmitApplicationCallWithoutSavedApplicationState()
throws Exception {