From: Nikos Mavrogiannopoulos Date: Sat, 27 Feb 2016 21:37:21 +0000 (+0100) Subject: tests: krb5-test: increased the number of loops X-Git-Tag: gnutls_3_5_0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a5b886d38c5c2ffecbb7a5d1e3a62f397151ab;p=thirdparty%2Fgnutls.git tests: krb5-test: increased the number of loops This should prevent random failures in the test suite. --- diff --git a/tests/cert-tests/krb5-test b/tests/cert-tests/krb5-test index 4df9a4a01d..ed32da57c2 100755 --- a/tests/cert-tests/krb5-test +++ b/tests/cert-tests/krb5-test @@ -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" \