diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2022-06-23 18:13:29 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-06-24 10:24:54 +0200 |
| commit | ed2d2a2d579456c356288232128bf32322c5edfa (patch) | |
| tree | 30a07921a1157090b1bf7a8c2ed64060c130f251 /gnu/tests | |
| parent | 62c86c8391ceb8953ca972498fd75ea9298b85ff (diff) | |
tests: ldap: Increase VM memory size.
With the default limit of 512 MB the test sometimes fails, in different
ways. Fixes https://issues.guix.gnu.org/55206.
* gnu/tests/ldap.scm (run-ldap-test): Increase memory size to 1024 MiB.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/tests')
| -rw-r--r-- | gnu/tests/ldap.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/tests/ldap.scm b/gnu/tests/ldap.scm index d5403b35399..47e77c0c53f 100644 --- a/gnu/tests/ldap.scm +++ b/gnu/tests/ldap.scm | |||
| @@ -58,7 +58,9 @@ | |||
| 58 | (guix combinators)))) | 58 | (guix combinators)))) |
| 59 | 59 | ||
| 60 | (define vm | 60 | (define vm |
| 61 | (virtual-machine os)) | 61 | (virtual-machine |
| 62 | (operating-system os) | ||
| 63 | (memory-size 1024))) | ||
| 62 | 64 | ||
| 63 | (define test | 65 | (define test |
| 64 | (with-imported-modules '((gnu build marionette)) | 66 | (with-imported-modules '((gnu build marionette)) |
