From 5ceee60d7a8166e230ba4eb5c3694241a80fd31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Thu, 5 Feb 2026 17:01:36 +0200 Subject: [PATCH] Makefile: shorten time to 10s --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cb0fd9..eb82d8b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ reset: config.json echo "No config.json" && \ exit 1; \ fi; \ - ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh_mux_%h_%p_%r -o ControlPersist=10m -fN akpella && \ + ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh_mux_%h_%p_%r -o ControlPersist=10s -fN akpella && \ TEMPDIR=$$(ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella "cd /tmp && mktemp -d") && \ scp -o ControlPath=/tmp/ssh_mux_%h_%p_%r config.json akpella:$${TEMPDIR} && \ ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \