tests: gitile: Increase VM memory size.
authorMathieu Othacehe <othacehe@gnu.org>
Wed, 6 Oct 2021 07:18:01 +0000 (07:18 +0000)
committerMathieu Othacehe <othacehe@gnu.org>
Wed, 6 Oct 2021 07:18:01 +0000 (07:18 +0000)
* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to
1024 MiB.

gnu/tests/version-control.scm

index 092591f..fd3dba8 100644 (file)
@@ -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))