guix-commits
[Top][All Lists]
Advanced

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

branch master updated: tests: dict: Increase VM memory-size.


From: guix-commits
Subject: branch master updated: tests: dict: Increase VM memory-size.
Date: Thu, 08 Sep 2022 09:18:24 -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 5f07efda06 tests: dict: Increase VM memory-size.
5f07efda06 is described below

commit 5f07efda063ae1cefa5f3162b8650761aba356cb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Sep 8 15:17:31 2022 +0200

    tests: dict: Increase VM memory-size.
    
    * gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
---
 gnu/tests/dict.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/dict.scm b/gnu/tests/dict.scm
index 4d9702360c..f02bd5ac99 100644
--- a/gnu/tests/dict.scm
+++ b/gnu/tests/dict.scm
@@ -63,7 +63,8 @@
   (define vm
     (virtual-machine
      (operating-system os)
-     (port-forwardings '((8000 . 2628)))))
+     (port-forwardings '((8000 . 2628)))
+     (memory-size 1024)))
 
   (define test
     (with-imported-modules '((gnu build marionette))



reply via email to

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