From abc15d3a2d2916412e4c2583420f5c37376601b0 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 31 Jan 2011 13:29:40 +0000 Subject: various fix --- perl-install/run_program.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/run_program.pm') diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 6f932acf5..796694a80 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -76,7 +76,8 @@ sub raw { $pid; } else { my $ok; - add2hash_($options, { timeout => 10 * 60 }); + # increase timeout to avoid kvm error + add2hash_($options, { timeout => 30 * 60 }); eval { local $SIG{ALRM} = sub { die "ALARM" }; my $remaining = $options->{timeout} && $options->{timeout} ne 'never' && alarm($options->{timeout}); -- cgit v1.2.1