more attempts

This commit is contained in:
psklenar@redhat.com 2025-02-24 16:15:43 +01:00
commit b770d06805

View file

@ -237,7 +237,7 @@ rlJournalStart
rndc -h 2>&1 | grep -q 'managed-keys status' && HAS_MANAGED_KEYS='y'
rlPhaseEnd
for I in {1..30}; do
for I in {1..5}; do
rlPhaseStartTest "Basic test #$I"
rlRun "rlServiceStart named"
sleep 5 # this test works randomly
@ -252,7 +252,7 @@ for I in {1..30}; do
EMPTY_COUNT=0
KEYID=""
for i in {1..5}; do
for i in {1..30}; do
KEYID=$(buDigKskId @localhost .)
if [[ -z "$KEYID" ]]; then