aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-06 14:07:04 +0200
committerChristian Grothoff <christian@grothoff.org>2024-10-06 14:07:11 +0200
commitf0162d05e2a3b3e464e9c4ae3c734d66473a9583 (patch)
treec9e14853a5872622c101b491c96c0b80c96b655e
parent4998506a34e5855319b5d4fb738539c08910e75a (diff)
bump timeout to 2500ms, fixes #9240
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index d2b77a1c..6ad575bd 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -75,7 +75,7 @@
* refuses a forced download.
*/
#define MAX_KEYS_WAIT \
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250)
+ GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 2500)
/**
* Generate the base URL for the given merchant instance.