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:
parent
161d1a94af
commit
5ec0c48fd4
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user