guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: tests: gitile: Increase VM memory si


From: guix-commits
Subject: branch core-updates-frozen updated: tests: gitile: Increase VM memory size.
Date: Wed, 06 Oct 2021 03:18:46 -0400

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

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 5ec0c48  tests: gitile: Increase VM memory size.
5ec0c48 is described below

commit 5ec0c48fd457c9f68f0cbaa3b7dec9dc780b17ae
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Oct 6 07:18:01 2021 +0000

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

diff --git a/gnu/tests/version-control.scm b/gnu/tests/version-control.scm
index 092591f..fd3dba8 100644
--- a/gnu/tests/version-control.scm
+++ b/gnu/tests/version-control.scm
@@ -449,7 +449,8 @@ HTTP-PORT."
   (define vm
     (virtual-machine
      (operating-system os)
-     (port-forwardings `((8081 . ,http-port)))))
+     (port-forwardings `((8081 . ,http-port)))
+     (memory-size 1024)))
 
   (define test
     (with-imported-modules '((gnu build marionette))



reply via email to

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