From: Ian Jackson Date: Sat, 6 Jan 2018 20:54:40 +0000 (+0000) Subject: reduce timeouts to intermediate value X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ecbc72bafb3767aaa77b4a2c41ce52edadabfa85;p=gnupg2.git reduce timeouts to intermediate value --- diff --git a/common/asshelp.c b/common/asshelp.c index 897aedf..a13f07c 100644 --- a/common/asshelp.c +++ b/common/asshelp.c @@ -58,8 +58,8 @@ # define SECS_TO_WAIT_FOR_AGENT 30 # define SECS_TO_WAIT_FOR_DIRMNGR 30 #else -# define SECS_TO_WAIT_FOR_AGENT 500 -# define SECS_TO_WAIT_FOR_DIRMNGR 500 +# define SECS_TO_WAIT_FOR_AGENT 50 +# define SECS_TO_WAIT_FOR_DIRMNGR 50 #endif /* A bitfield that specifies the assuan categories to log. This is