guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3c65d35b60436fd1f1b9276cf1cc31d1f812d398
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 31 18:04:28 2026 +0900
tests: lightdm: Raise memory to fix test.
The 'login screen is displayed' would fail otherwise.
* gnu/tests/lightdm.scm (run-lightdm-test) <vm>: Set memory-size to 1024.
---
gnu/tests/lightdm.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/tests/lightdm.scm b/gnu/tests/lightdm.scm
index 353954c509..e82294d211 100644
--- a/gnu/tests/lightdm.scm
+++ b/gnu/tests/lightdm.scm
@@ -95,7 +95,9 @@
#:imported-modules (source-module-closure
'((gnu services herd)))))
- (define vm (virtual-machine os))
+ (define vm (virtual-machine
+ (operating-system os)
+ (memory-size 700))) ;uses about 616 MiB
(define test
(with-imported-modules (source-module-closure