From e5955a80672f0ab754dae2a7f905406253676498 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 19:46:26 +0100 Subject: [PATCH] remove wait time alltogether --- deployment/bare_metal/start.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 09a4b5234..b76f5c48b 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -1,9 +1,5 @@ #!/bin/bash -# wait for node to properly unref the process 15sec is too less, 60 is enough -# Wait 60 seconds to evaluate ps -x --forest -sleep 25 - # Find current directory & configure paths set -o allexport SCRIPT_PATH=$(realpath $0)