guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: tests: docker-system: Increase image size.


From: guix-commits
Subject: 02/04: tests: docker-system: Increase image size.
Date: Tue, 6 Dec 2022 09:26:28 -0500 (EST)

civodul pushed a commit to branch version-1.4.0
in repository guix.

commit 6232959311b5717c19552e1116f6e4fea9797282
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 6 15:10:24 2022 +0100

    tests: docker-system: Increase image size.
    
    * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
    'disk-image-size'.
---
 gnu/tests/docker.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index 3e780d8a60..4267ff89a8 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -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 @@ inside %DOCKER-OS."
     (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 '())))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]