From 67dea24c085d2d499ae9040f0ed7909b4cb7f4fc Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 6 Jul 2022 18:46:39 +0200 Subject: [PATCH] gpg: Fix the timeout after some change in F-36. --- .gnupg/gpg-agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 7d304df..be1125e 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1 +1 @@ -pinentry-timeout 0 +pinentry-timeout 1000000000 -- 1.8.3.1