remove wait time alltogether

This commit is contained in:
Ulf Gebhardt 2022-01-12 19:46:26 +01:00
parent df8c6ef8f7
commit e5955a8067
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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)