From: Andrew Ruthven Date: Wed, 18 Jun 2008 00:41:45 +0000 (+1200) Subject: Bump the timeout for the backend up to 30 seconds. X-Git-Tag: 0.8.0~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e06e2716605f0978f19ff7b78c5706d529f41b;p=mythtv-status.git Bump the timeout for the backend up to 30 seconds. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 4e495fa..6161de7 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -532,7 +532,7 @@ sub load_xml { my $url = "http://$host:$port/xml"; eval { local $SIG{ALRM} = sub { die "alarm\n" }; - alarm(15); + alarm(30); $status = get($url); alarm(0); };