From 2df43f8b5fa34db1b95de1c6c472490c74d6edeb Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 11 Feb 2022 16:19:02 +0100 Subject: [PATCH] ci: add more time to allow stop --- .ci/build_packages/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/build_packages/tests.sh b/.ci/build_packages/tests.sh index b12957540..01fdc07dc 100755 --- a/.ci/build_packages/tests.sh +++ b/.ci/build_packages/tests.sh @@ -152,6 +152,7 @@ relup_test(){ cp "${PACKAGE_PATH}/${EMQX_NAME}"-*-"${TARGET_VERSION}-${ARCH}".zip ./emqx/releases ./emqx/bin/emqx install "${TARGET_VERSION}" [ "$(./emqx/bin/emqx versions |grep permanent | awk '{print $2}')" = "${TARGET_VERSION}" ] || exit 1 + export EMQX_WAIT_FOR_STOP=300 ./emqx/bin/emqx_ctl status if ! ./emqx/bin/emqx stop; then cat emqx/log/erlang.log.1 || true