more attempts
This commit is contained in:
parent
0876fb8523
commit
b770d06805
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue