From 7585239a65a6c2de201111c39d696e6c6a21039e Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Tue, 3 Nov 2015 10:42:26 -0200 Subject: [PATCH] increase user agent timeout --- spb_copr_status.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spb_copr_status.psgi b/spb_copr_status.psgi index 86827e8..ea680d5 100644 --- a/spb_copr_status.psgi +++ b/spb_copr_status.psgi @@ -11,7 +11,7 @@ $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0; sub copr_info { my $ua = LWP::UserAgent->new; - $ua->timeout(10); + $ua->timeout(20); $ua->env_proxy; $ua->ssl_opts(SSL_verify_mode => 0x00); -- libgit2 0.21.2