summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-04-18 09:50:23 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-04-18 09:52:18 +0200
commit89af95313d031e1a8a57c6a10f20a636884872b5 (patch)
tree711a60d0beeb72c1255aa019eadebd0be51de04a /gnu
parent3b5c4e6fb285e29a6d348732852e0407c28e30f4 (diff)
tests: Increase VM memory size.
The patchwork test sometimes fail because there's not enough available RAM in the marionette. Increase the VM memory size to 1024MiB. * gnu/tests/web.scm (run-patchwork-test): Increase VM memory size to 1024MiB.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/tests/web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
index 2a6dedc6377..61575f497d1 100644
--- a/gnu/tests/web.scm
+++ b/gnu/tests/web.scm
@@ -608,7 +608,8 @@ HTTP-PORT."
608 (define vm 608 (define vm
609 (virtual-machine 609 (virtual-machine
610 (operating-system os) 610 (operating-system os)
611 (port-forwardings `((8080 . ,forwarded-port))))) 611 (port-forwardings `((8080 . ,forwarded-port)))
612 (memory-size 1024)))
612 613
613 (define test 614 (define test
614 (with-imported-modules '((gnu build marionette)) 615 (with-imported-modules '((gnu build marionette))