From 9cd3e292c6b3fc7fdd9facee37b849bedf1bf70e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 4 May 2024 12:19:23 +0200 Subject: [PATCH] TEST-75-RESOLVED: Add missing sleep after knotc reload We already have this workaround for knotc reload a little further in the test, let's apply it to our first invocation of knotc reload as well. --- test/units/testsuite-75.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/units/testsuite-75.sh b/test/units/testsuite-75.sh index c447256526d..4a1afad9bac 100755 --- a/test/units/testsuite-75.sh +++ b/test/units/testsuite-75.sh @@ -324,6 +324,7 @@ done < <(keymgr onlinesign.test. ds) knotc zone-commit test. knotc reload +sleep 2 ### SETUP END ### -- 2.47.3