diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-03-02 08:07:11 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-03-02 08:07:11 +0100 |
commit | 3d4fc910f73220f47e5f2459853333a7c83c5d1d (patch) | |
tree | d3178f93b78b3629dc7067cef69cf2a95490966d /gnu/tests/install.scm | |
parent | 9160cccd767cdfa55f7a460750c6b0f7544c12eb (diff) | |
parent | 4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff) |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r-- | gnu/tests/install.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index f9e766e532..16da320000 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -1194,7 +1194,9 @@ store a couple of full system images.") ((images (run-install %encrypted-root-not-boot-os %encrypted-root-not-boot-os-source #:script - %encrypted-root-not-boot-installation-script)) + %encrypted-root-not-boot-installation-script + #:target-size + (* 1600 MiB))) (command (qemu-command* images))) (run-basic-test %encrypted-root-not-boot-os command "encrypted-root-not-boot-os" |