From 7fedfde98774ed9841c6d8d62b81d27cafc34344 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Feb 2022 20:27:57 +0100 Subject: do not use excessive timeout, nicer error message --- src/anastasis/anastasis-gtk_action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/anastasis/anastasis-gtk_action.c') diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c index 63e37bf..70358c3 100644 --- a/src/anastasis/anastasis-gtk_action.c +++ b/src/anastasis/anastasis-gtk_action.c @@ -39,7 +39,7 @@ /** * After how long does our long-poller time out? */ -#define LP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5) +#define LP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) /** * Are we currently processing an action? @@ -2105,7 +2105,7 @@ long_poll_sync_action_cb (void *cls, /* we are in sync, nothing left to do */ return; default: - AG_error (_ ("sync_providers failed: %s (#%u)"), + AG_error (_ ("Synchronizing with providers failed: %s (#%u)"), TALER_ErrorCode_get_hint (error_code), (unsigned int) error_code); /* simply try again */ -- cgit v1.2.3