summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index c5fbd05a..0e033a7f 100644
--- 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));