summaryrefslogtreecommitdiffstats
path: root/t/901-secure-mail-loop.t
diff options
context:
space:
mode:
Diffstat (limited to 't/901-secure-mail-loop.t')
-rw-r--r--t/901-secure-mail-loop.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/901-secure-mail-loop.t b/t/901-secure-mail-loop.t
index 1431b9fdd..5f6230a7d 100644
--- a/t/901-secure-mail-loop.t
+++ b/t/901-secure-mail-loop.t
@@ -16,7 +16,7 @@ my $pubring = new Crypt::OpenPGP::KeyRing(Data => PUBLIC_KEY());
my $pgp = new Crypt::OpenPGP(PubRing => $pubring);
{
local $SIG{ALRM} = sub { fail("stuck in a loop"); exit; };
- alarm(60);
+ alarm(120);
my $encrypted = $pgp->encrypt(
Data => "hello, world",
Recipients => "@",