]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: krb5-test: increased the number of loops
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Feb 2016 21:37:21 +0000 (22:37 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Feb 2016 21:37:24 +0000 (22:37 +0100)
This should prevent random failures in the test suite.

tests/cert-tests/krb5-test

index 4df9a4a01d1ef456c4986c1b001ccef274f36cfa..ed32da57c252b43e8f73d1d200bac839ad0ce161 100755 (executable)
@@ -47,7 +47,7 @@ fi
 rc=1
 counter=1
 
-while [ "${rc}" != "0" -a $counter -le 3 ]; do
+while [ "${rc}" != "0" -a $counter -le 5 ]; do
        datefudge "2007-04-22" \
        "${CERTTOOL}" --generate-self-signed \
                --load-privkey "${srcdir}/template-test.key" \