aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/asshelp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/asshelp.c b/common/asshelp.c
index eb3e41bf5..a69b87e00 100644
--- a/common/asshelp.c
+++ b/common/asshelp.c
@@ -54,9 +54,9 @@
/* The time we wait until the agent or the dirmngr are ready for
operation after we started them before giving up. */
-#define SECS_TO_WAIT_FOR_AGENT 5
-#define SECS_TO_WAIT_FOR_KEYBOXD 5
-#define SECS_TO_WAIT_FOR_DIRMNGR 5
+#define SECS_TO_WAIT_FOR_AGENT 8
+#define SECS_TO_WAIT_FOR_KEYBOXD 8
+#define SECS_TO_WAIT_FOR_DIRMNGR 8
/* A bitfield that specifies the assuan categories to log. This is
identical to the default log handler of libassuan. We need to do