gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: set timeout to 5s


From: gnunet
Subject: [taler-exchange] branch master updated: set timeout to 5s
Date: Thu, 31 Dec 2020 17:35:23 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ad62f0fb set timeout to 5s
ad62f0fb is described below

commit ad62f0fb7e23cf0dc45bdc7630374b18b9ba730c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 31 17:35:21 2020 +0100

    set timeout to 5s
---
 src/util/crypto_helper_denom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c
index 4618383a..31c20753 100644
--- a/src/util/crypto_helper_denom.c
+++ b/src/util/crypto_helper_denom.c
@@ -369,7 +369,7 @@ await_read_ready (struct TALER_CRYPTO_DenominationHelper 
*dh)
   };
   sigset_t sigmask;
   struct timespec ts = {
-    .tv_sec = 1
+    .tv_sec = 5
   };
   int ret;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]