diff options
Diffstat (limited to 'gnu/tests/docker.scm')
| -rw-r--r-- | gnu/tests/docker.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm index 3e780d8a609..4267ff89a83 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, 2021 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2019-2022 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 | ;;; |
| @@ -209,7 +209,7 @@ inside %DOCKER-OS." | |||
| 209 | (virtual-machine | 209 | (virtual-machine |
| 210 | (operating-system os) | 210 | (operating-system os) |
| 211 | (volatile? #f) | 211 | (volatile? #f) |
| 212 | (disk-image-size (* 5000 (expt 2 20))) | 212 | (disk-image-size (* 5500 (expt 2 20))) |
| 213 | (memory-size 2048) | 213 | (memory-size 2048) |
| 214 | (port-forwardings '()))) | 214 | (port-forwardings '()))) |
| 215 | 215 | ||
