Repository: incubator-slider Updated Branches: refs/heads/develop 05a3edcae -> f11ea7812
SLIDER-787 App Upgrade/Reconfig support in Slider (increase wait for AM to start) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f11ea781 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/f11ea781 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/f11ea781 Branch: refs/heads/develop Commit: f11ea781235d1c271b2d2f4e9512b289b24ee7e5 Parents: 05a3edc Author: Gour Saha <[email protected]> Authored: Wed Apr 22 15:50:37 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Wed Apr 22 15:50:37 2015 -0700 ---------------------------------------------------------------------- .../org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f11ea781/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy index 682a1a0..db79351 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AppsUpgradeIT.groovy @@ -127,9 +127,9 @@ public class AppsUpgradeIT extends AgentCommandTestBase expectLiveContainerCountReached(APPLICATION_NAME, COMMAND_LOGGER, 1, CONTAINER_LAUNCH_TIMEOUT) - describe("New AM is back up. Wait for 30 secs to let existing " + describe("New AM is back up. Wait for 60 secs to let existing " + "COMMAND_LOGGER container to heartbeat back to the new AM.") - sleep(1000 * 30) + sleep(1000 * 60) // run upgrade container commands describe("Call upgrade container - invalid container id")
