commit 60f118f535ba3f6ce9ec5e91d422913f5f7aee4c
parent 0e63f90cfb3fbc4271a3a82f988e61d8697c8cb6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 Oct 2020 22:00:53 +0100
increase timeout, 5s is too short
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -377,7 +377,7 @@ get_pay_timeout (unsigned int num_coins)
struct GNUNET_TIME_Relative sec5;
sec5 = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
- 5);
+ 10);
t = GNUNET_TIME_relative_multiply (sec5,
1 + (num_coins / 20));