diff --git a/debian/changelog b/debian/changelog index 08fadd9..7426a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ calamares-settings-ubuntu (1:24.04.25) UNRELEASED; urgency=medium * Be completely sure apt will not try to prompt the user. + * Bump the timeout limits to 15 minutes for both pkgselect + contextualprocess modules. -- Simon Quigley Tue, 09 Apr 2024 03:01:19 -0500 diff --git a/lubuntu/modules/pkgselect_context.conf b/lubuntu/modules/pkgselect_context.conf index 486f4de..662f1d5 100644 --- a/lubuntu/modules/pkgselect_context.conf +++ b/lubuntu/modules/pkgselect_context.conf @@ -1,6 +1,6 @@ --- dontChroot: false -timeout: 300 +timeout: 900 "packages.minimalButton": true: - "DEBIAN_FRONTEND=noninteractive apt-get -y --purge remove snapd vlc plasma-discover transmission-qt quassel 2048-qt featherpad noblenote kcalc qps zsync partitionmanager qapt-deb-installer picom qlipper qtpass libreoffice*" diff --git a/lubuntu/modules/pkgselect_snap_context.conf b/lubuntu/modules/pkgselect_snap_context.conf index f17f7cb..653de5e 100644 --- a/lubuntu/modules/pkgselect_snap_context.conf +++ b/lubuntu/modules/pkgselect_snap_context.conf @@ -1,6 +1,6 @@ --- dontChroot: true -timeout: 600 +timeout: 900 "packages.elementButton": true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed element-desktop" "packages.kritaButton":