mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(virtual-machine
|
||||
(operating-system os)
|
||||
(port-forwardings '((8000 . 2628)))))
|
||||
(port-forwardings '((8000 . 2628)))
|
||||
(memory-size 1024)))
|
||||
|
||||
(define test
|
||||
(with-imported-modules '((gnu build marionette))
|
||||
|
|
Loading…
Reference in a new issue