summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-03 20:27:57 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-03 20:27:57 +0100
commit7fedfde98774ed9841c6d8d62b81d27cafc34344 (patch)
tree9bb34894aa8e2e11cb8cc7f959951ee32198bd66 /src
parent410068d236414064ec6fcb3cfb9560f1670671c0 (diff)
downloadanastasis-gtk-7fedfde98774ed9841c6d8d62b81d27cafc34344.tar.gz
anastasis-gtk-7fedfde98774ed9841c6d8d62b81d27cafc34344.tar.bz2
anastasis-gtk-7fedfde98774ed9841c6d8d62b81d27cafc34344.zip
do not use excessive timeout, nicer error message
Diffstat (limited to 'src')
-rw-r--r--src/anastasis/anastasis-gtk_action.c4
1 files changed, 2 insertions, 2 deletions
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 */