mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: docker-system: Increase image size.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. Change-Id: If88588d8981efdfdc539460900f1cbb9a663f9cb
This commit is contained in:
parent
7d5168a2af
commit
bdf0ba4ca1
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ (define vm
|
|||
(virtual-machine
|
||||
(operating-system os)
|
||||
(volatile? #f)
|
||||
(disk-image-size (* 5500 (expt 2 20)))
|
||||
(disk-image-size (* 6000 (expt 2 20)))
|
||||
(memory-size 2048)
|
||||
(port-forwardings '())))
|
||||
|
||||
|
|
Loading…
Reference in a new issue