diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 03a2377c8..c64f4e94e 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -1,7 +1,7 @@ #!/bin/bash # wait for node to properly unref the process(?) -sleep 15 +sleep 60 # Find current directory & configure paths SCRIPT_PATH=$(realpath $0)