summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-02-25 11:26:27 +0100
committerLudovic Courtès <ludo@gnu.org>2021-02-25 11:29:35 +0100
commit2b0026813bc18258dd6fbecd69723df0267994b7 (patch)
tree2027e8af6b62c18003b0e1db6712289bf17aa9bf /gnu/tests
parent60fd4118f7f01ac88bae1b44811afb34ea565685 (diff)
tests: docker-system: Increase VM memory.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/docker.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index c70c3ddb9e3..cbb856b016a 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org> 2;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
3;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> 3;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
6;;; 6;;;
@@ -207,7 +207,7 @@ inside %DOCKER-OS."
207 ;; load' must be able to store the whole image into memory, hence the 207 ;; load' must be able to store the whole image into memory, hence the
208 ;; huge memory requirements. We should avoid the volatile-root setup 208 ;; huge memory requirements. We should avoid the volatile-root setup
209 ;; instead. 209 ;; instead.
210 (memory-size 4000) 210 (memory-size 4500)
211 (port-forwardings '()))) 211 (port-forwardings '())))
212 212
213 (define test 213 (define test