From: Dylan Hardison Date: Sun, 28 Jun 2020 03:29:06 +0000 (-0400) Subject: make t/901-secure-mail-loop.t fail faster X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b22312186b588ccc3f349047328348b3e155ad5;p=thirdparty%2Fbugzilla.git make t/901-secure-mail-loop.t fail faster --- diff --git a/t/901-secure-mail-loop.t b/t/901-secure-mail-loop.t index 2959626fa..55cc1ad77 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(120); + alarm(10); my $encrypted = $pgp->encrypt( Data => "hello, world", Recipients => "@",