From 88d756d7ca3fffdb241c8f474e9eb6255a37b135 Mon Sep 17 00:00:00 2001 From: Antonio Musarra Date: Tue, 27 Apr 2021 17:57:50 +0200 Subject: [PATCH] Incremented the JBoss startup wait time for apply the patch --- _common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_common.sh b/_common.sh index 4a65462..a91a9f6 100755 --- a/_common.sh +++ b/_common.sh @@ -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}..."