From: Ian Jackson Date: Tue, 22 Aug 2017 18:17:05 +0000 (+0100) Subject: increase timeouts X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b18b3d978ee0375862b66d7d81c49c3d3a2b74be;p=gnupg2.git increase timeouts --- 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