summaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-09 23:27:32 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-09 23:46:36 +0100
commit0e42a1643ea5a0cc4ddb81687c608ba407fdcdbb (patch)
treed1cfe8c2a2193dc9f7b835dd898183919ba998a3 /gnu/tests/docker.scm
parent7e5f016cdbca09b6ee2af71e495002e7686ef6f7 (diff)
tests: docker-system: Increase memory requirement.
The system image would no longer fit in memory, starting from commit 8c7eb58453870f380a077c7cfd8dafa97bb8e13f. * gnu/tests/docker.scm (run-docker-system-test): Set 'memory-size' to 3500.
Diffstat (limited to 'gnu/tests/docker.scm')
-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 10882b9d1fd..5ab33e11045 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 Ludovic Courtès <ludo@gnu.org> 3;;; Copyright © 2019, 2020 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;;;
@@ -206,7 +206,7 @@ inside %DOCKER-OS."
206 ;; load' must be able to store the whole image into memory, hence the 206 ;; load' must be able to store the whole image into memory, hence the
207 ;; huge memory requirements. We should avoid the volatile-root setup 207 ;; huge memory requirements. We should avoid the volatile-root setup
208 ;; instead. 208 ;; instead.
209 (memory-size 3000) 209 (memory-size 3500)
210 (port-forwardings '()))) 210 (port-forwardings '())))
211 211
212 (define test 212 (define test