Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 9cd8634de8e36116a404116cd5910eb2 > files > 7

drakxtools-13.51-10.2.src.rpm

diff -ur drakxtools-13.51.old/perl-install/run_program.pm drakxtools-13.51/perl-install/run_program.pm
--- drakxtools-13.51.old/perl-install/run_program.pm	2011-06-27 17:02:32.000000000 +0200
+++ drakxtools-13.51/perl-install/run_program.pm	2011-08-04 11:37:34.000000000 +0200
@@ -84,7 +84,7 @@
 	    $pid;
 	} else {
 	    my $ok;
-	    add2hash_($options, { timeout => 10 * 60 });
+	    add2hash_($options, { timeout => 30 * 60 });
 	    eval {
 		local $SIG{ALRM} = sub { die "ALARM" };
 		my $remaining = $options->{timeout} && $options->{timeout} ne 'never' &&  alarm($options->{timeout});