me
/
guix
Archived
1
0
Fork 0

tests: gitile: Increase VM memory size.

* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to
1024 MiB.
master
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
1 changed files with 2 additions and 1 deletions

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