set timeout to 5s

This commit is contained in:
Christian Grothoff 2020-12-31 17:35:21 +01:00
parent 85363201c4
commit ad62f0fb7e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -369,7 +369,7 @@ await_read_ready (struct TALER_CRYPTO_DenominationHelper *dh)
}; };
sigset_t sigmask; sigset_t sigmask;
struct timespec ts = { struct timespec ts = {
.tv_sec = 1 .tv_sec = 5
}; };
int ret; int ret;