From b18b3d978ee0375862b66d7d81c49c3d3a2b74be Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Aug 2017 19:17:05 +0100 Subject: [PATCH] increase timeouts --- common/asshelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/asshelp.c b/common/asshelp.c index 2cab310..4a9fb45 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 5 -# define SECS_TO_WAIT_FOR_DIRMNGR 5 +# define SECS_TO_WAIT_FOR_AGENT 500 +# define SECS_TO_WAIT_FOR_DIRMNGR 500 #endif /* A bitfield that specifies the assuan categories to log. This is -- 2.30.2