diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-22 17:15:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-22 17:15:28 +0000 |
commit | ce816763dd63bd002ccf6195f570ed4992220b22 (patch) | |
tree | c63ab2c1264e85b434030f65a7eb1f3b1fca6474 /lib/Iurt | |
parent | 3312aecd9dbd75e3af87e8adfd35687608e9f3e6 (diff) | |
download | iurt-ce816763dd63bd002ccf6195f570ed4992220b22.tar iurt-ce816763dd63bd002ccf6195f570ed4992220b22.tar.gz iurt-ce816763dd63bd002ccf6195f570ed4992220b22.tar.bz2 iurt-ce816763dd63bd002ccf6195f570ed4992220b22.tar.xz iurt-ce816763dd63bd002ccf6195f570ed4992220b22.zip |
creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should be better
Diffstat (limited to 'lib/Iurt')
-rw-r--r-- | lib/Iurt/Urpmi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |