tests: gitile: Increase VM memory size.

* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to
1024 MiB.
This commit is contained in:
Mathieu Othacehe 2021-10-06 07:18:01 +00:00
parent 161d1a94af
commit 5ec0c48fd4
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View 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))