From 6df8969e6163f751f7d37cbd34d850029d46f953 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Tue, 14 Apr 2026 16:58:27 +0100 Subject: [PATCH] increase post-restart sleep to 15s for pipeline health check Pipeline takes ~15s to initialize all 7 stages. The 5s sleep was causing the health check to fail on every deploy, preventing stamp updates. Co-Authored-By: Claude Opus 4.6 (1M context) --- ops/auto-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/auto-deploy.sh b/ops/auto-deploy.sh index 0117285f5..a96a3d7fa 100755 --- a/ops/auto-deploy.sh +++ b/ops/auto-deploy.sh @@ -96,7 +96,7 @@ fi if [ -n "$RESTART" ]; then log "Restarting:$RESTART" sudo systemctl restart $RESTART - sleep 5 + sleep 15 FAIL=0 for svc in $RESTART; do