1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

tests: dict: Increase VM memory-size.

* gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
This commit is contained in:
Mathieu Othacehe
2022-09-08 15:17:31 +02:00
parent b45a44eaad
commit 5f07efda06

View File

@@ -63,7 +63,8 @@
(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))