From f9b6999da1dadd6eaa089f83a2885e54738761ac Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 7 Oct 2024 23:10:23 +0100 Subject: [PATCH] Update src/start.sh Co-authored-by: RD WebDesign Signed-off-by: Adam Warner --- src/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/start.sh b/src/start.sh index 1ad35086..54e5c464 100644 --- a/src/start.sh +++ b/src/start.sh @@ -145,8 +145,8 @@ stop() { echo " https://docs.docker.com/engine/containers/start-containers-automatically/#use-a-restart-policy" echo "" - # # If we are running pytest, keep the container alive for a little longer - # # to allow the tests to complete + # If we are running pytest, keep the container alive for a little longer + # to allow the tests to complete if [[ ${PYTEST} ]]; then sleep 10 fi