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:
parent
30a5ada6be
commit
14f10a1f83
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue