From bd0b48398d0fa44274f1f7a2b999dcac609eaf04 Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Sat, 27 Jun 2026 13:11:13 +0200 Subject: [PATCH] Fix signature tests - If the signing key is replaced too fast (within the same second) the resolution of OpenPGP timestamps is not good enough to identify the sequence of certifications - which might to the selection of the wrong signing key. --- e2e-tests/tests/60_signing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests/tests/60_signing.sh b/e2e-tests/tests/60_signing.sh index fe0202e..3ca876d 100644 --- a/e2e-tests/tests/60_signing.sh +++ b/e2e-tests/tests/60_signing.sh @@ -41,6 +41,7 @@ else exit 1 fi +sleep 1 echo "set new signing key" SIGN_FPR=$($HUSK_BIN --config config/config.toml signkey create | cut -d ':' -f 2 | tr -d ' ')