[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/04: bump loop length
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/04: bump loop length |
Date: |
Wed, 30 May 2018 10:29:27 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 327c270f341606445d3783586a4205c384aa7f21
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 17 13:20:08 2018 +0200
bump loop length
---
src/util/test_crypto_ecdh_eddsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/test_crypto_ecdh_eddsa.c
b/src/util/test_crypto_ecdh_eddsa.c
index 356c64bf1..0c044452b 100644
--- a/src/util/test_crypto_ecdh_eddsa.c
+++ b/src/util/test_crypto_ecdh_eddsa.c
@@ -82,7 +82,7 @@ main (int argc, char *argv[])
if (getenv ("GNUNET_GCRYPT_DEBUG"))
gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u, 0);
GNUNET_log_setup ("test-crypto-ecdh-eddsa", "WARNING", NULL);
- for (unsigned int i=0;i<100;i++)
+ for (unsigned int i=0;i<10000;i++)
{
fprintf (stderr,
".");
--
To stop receiving notification emails like this one, please contact
address@hidden