Skip to content

Commit

Permalink
YARN-5492. TestSubmitApplicationWithRMHA is failing sporadically duri…
Browse files Browse the repository at this point in the history
…ng precommit builds. Contributed by Vrushali C.
  • Loading branch information
rohithsharmaks committed Aug 11, 2016
1 parent 666ad0b commit 5199db3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 5199db3

Please sign in to comment.