Bump the timeout limits to 15 minutes for both pkgselect contextualprocess modules.

This commit is contained in:
Simon Quigley 2024-04-09 03:03:28 -05:00
parent fd49ee70fe
commit 8696f7da83
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <tsimonq2@ubuntu.com> Tue, 09 Apr 2024 03:01:19 -0500

View File

@ -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*"

View File

@ -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":