From ecbc72bafb3767aaa77b4a2c41ce52edadabfa85 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jan 2018 20:54:40 +0000 Subject: [PATCH] reduce timeouts to intermediate value --- common/asshelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2