]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Bump the timeout for the backend up to 30 seconds.
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 18 Jun 2008 00:41:45 +0000 (12:41 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Wed, 18 Jun 2008 00:41:45 +0000 (12:41 +1200)
bin/mythtv-status

index 4e495fad959d71b9a66c67b0ebcd5661b42c8c68..6161de7b683ae8239bd416bc7343c38a042b7618 100755 (executable)
@@ -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);
     };