guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: ldap: Increase VM memory size.


From: guix-commits
Subject: branch master updated: tests: ldap: Increase VM memory size.
Date: Fri, 24 Jun 2022 04:26:45 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed2d2a2d57 tests: ldap: Increase VM memory size.
ed2d2a2d57 is described below

commit ed2d2a2d579456c356288232128bf32322c5edfa
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Thu Jun 23 18:13:29 2022 +0200

    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>
---
 gnu/tests/ldap.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/ldap.scm b/gnu/tests/ldap.scm
index d5403b3539..47e77c0c53 100644
--- a/gnu/tests/ldap.scm
+++ b/gnu/tests/ldap.scm
@@ -58,7 +58,9 @@
                           (guix combinators))))
 
   (define vm
-    (virtual-machine os))
+    (virtual-machine
+     (operating-system os)
+     (memory-size 1024)))
 
   (define test
     (with-imported-modules '((gnu build marionette))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]