1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 16:50:43 +02:00

tests: ganeti: Increase VM memory size.

* gnu/tests/ganeti.scm (run-ganeti-test): Pass ‘-m 1024’ to
‘make-marionette’.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I82c8a0eb37c16079f1affe793afc0d8a773c62c8
This commit is contained in:
Ludovic Courtès 2025-03-15 22:03:28 +01:00
parent 30a5ada6be
commit 14f10a1f83
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -117,7 +117,7 @@
(gnu build marionette))
(define marionette
(make-marionette (list #$vm)))
(make-marionette (list #$vm "-m" "1024")))
(test-runner-current (system-test-runner #$output))
(test-begin "ganeti")