diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 18:04:28 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 23:00:07 +0900 |
| commit | 3c65d35b60436fd1f1b9276cf1cc31d1f812d398 (patch) | |
| tree | 968991fb16f39e42be55aeeb2b7a52b60177c4d4 | |
| parent | bc668b7944a1f3e5bfa7940b738dfc66b8ab19a5 (diff) | |
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.
| -rw-r--r-- | gnu/tests/lightdm.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/tests/lightdm.scm b/gnu/tests/lightdm.scm index 353954c509d..e82294d211f 100644 --- a/gnu/tests/lightdm.scm +++ b/gnu/tests/lightdm.scm | |||
| @@ -95,7 +95,9 @@ | |||
| 95 | #:imported-modules (source-module-closure | 95 | #:imported-modules (source-module-closure |
| 96 | '((gnu services herd))))) | 96 | '((gnu services herd))))) |
| 97 | 97 | ||
| 98 | (define vm (virtual-machine os)) | 98 | (define vm (virtual-machine |
| 99 | (operating-system os) | ||
| 100 | (memory-size 700))) ;uses about 616 MiB | ||
| 99 | 101 | ||
| 100 | (define test | 102 | (define test |
| 101 | (with-imported-modules (source-module-closure | 103 | (with-imported-modules (source-module-closure |
