From ce816763dd63bd002ccf6195f570ed4992220b22 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Nov 2007 17:15:28 +0000 Subject: creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should be better --- lib/Iurt/Urpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index 5a8c80a..cc31c63 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -456,7 +456,7 @@ sub install_packages { error => $error, logname => "${log}", hash => "${log}_$title", - timeout => 600, + timeout => 3600, # [pixel] 10 minutes was not enough, 1 hour should be better srpm => $title, freq => 1, #cc => $cc, -- cgit v1.2.1