diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-12-06 15:10:24 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-06 15:10:24 +0100 |
| commit | 6232959311b5717c19552e1116f6e4fea9797282 (patch) | |
| tree | 54c39a13d55e3273381efdb6da17928abbc2f82d | |
| parent | f59aa79ca342ef311a20dafc782adea6eed29b1a (diff) | |
tests: docker-system: Increase image size.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.
| -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 | ||
