tests: docker-system: Increase image size.

* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'disk-image-size'.
This commit is contained in:
Ludovic Courtès 2022-12-06 15:10:24 +01:00
parent f59aa79ca3
commit 6232959311
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019-2022 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -209,7 +209,7 @@ (define vm
(virtual-machine
(operating-system os)
(volatile? #f)
(disk-image-size (* 5000 (expt 2 20)))
(disk-image-size (* 5500 (expt 2 20)))
(memory-size 2048)
(port-forwardings '())))