Skip to content

Commit

Permalink
Incremented the JBoss startup wait time for apply the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 27, 2021
1 parent 9e736dd commit 88d756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function install_jboss_patch() {
local jboss_version=$(get_jboss_version "${TEMP_DIR}/bundles")

if [[ -f $jboss_patch_archive ]]; then
local startup_wait=30
local startup_wait=40
local jboss_console_log=jboss-patch-console.log

echo "Preparing for installation of the JBoss EAP Patch ${jboss_patch_archive}..."
Expand Down

0 comments on commit 88d756d

Please sign in to comment.