mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Increase VM memory size.
The patchwork test sometimes fail because there's not enough available RAM in the marionette. Increase the VM memory size to 1024MiB. * gnu/tests/web.scm (run-patchwork-test): Increase VM memory size to 1024MiB.
This commit is contained in:
parent
3b5c4e6fb2
commit
89af95313d
1 changed files with 2 additions and 1 deletions
|
@ -608,7 +608,8 @@ HTTP-PORT."
|
||||||
(define vm
|
(define vm
|
||||||
(virtual-machine
|
(virtual-machine
|
||||||
(operating-system os)
|
(operating-system os)
|
||||||
(port-forwardings `((8080 . ,forwarded-port)))))
|
(port-forwardings `((8080 . ,forwarded-port)))
|
||||||
|
(memory-size 1024)))
|
||||||
|
|
||||||
(define test
|
(define test
|
||||||
(with-imported-modules '((gnu build marionette))
|
(with-imported-modules '((gnu build marionette))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue