aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/irc2
-rwxr-xr-xrun/perlmonks2
2 files changed, 2 insertions, 2 deletions
diff --git a/run/irc b/run/irc
index 2507809..89ae4fa 100755
--- a/run/irc
+++ b/run/irc
@@ -5,7 +5,7 @@ use warnings;
use LWP::UserAgent ();
-my $ua = LWP::UserAgent->new(timeout => 5);
+my $ua = LWP::UserAgent->new(timeout => 10);
$ua->ssl_opts(verify_hostname => 0);
$ua->env_proxy;
$ua->agent('');
diff --git a/run/perlmonks b/run/perlmonks
index 4c99ecf..499fe61 100755
--- a/run/perlmonks
+++ b/run/perlmonks
@@ -9,7 +9,7 @@ use Time::Piece;
use XML::LibXML;
# Retrieve XML
-my $ua = LWP::UserAgent->new(timeout => 5);
+my $ua = LWP::UserAgent->new(timeout => 15);
$ua->ssl_opts(verify_hostname => 0);
$ua->env_proxy;
$ua->agent('');