commit f0162d05e2a3b3e464e9c4ae3c734d66473a9583 parent 4998506a34e5855319b5d4fb738539c08910e75a Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 6 Oct 2024 14:07:04 +0200 bump timeout to 2500ms, fixes #9240 Diffstat:
| M | src/backend/taler-merchant-httpd_private-post-orders.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.