mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
tests: dict: Increase VM memory-size.
* gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
This commit is contained in:
parent
b45a44eaad
commit
5f07efda06
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ (define os
|
||||||
(define vm
|
(define vm
|
||||||
(virtual-machine
|
(virtual-machine
|
||||||
(operating-system os)
|
(operating-system os)
|
||||||
(port-forwardings '((8000 . 2628)))))
|
(port-forwardings '((8000 . 2628)))
|
||||||
|
(memory-size 1024)))
|
||||||
|
|
||||||
(define test
|
(define test
|
||||||
(with-imported-modules '((gnu build marionette))
|
(with-imported-modules '((gnu build marionette))
|
||||||
|
|
Loading…
Reference in a new issue