summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 64f98141cc0..603dfbe224f 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -120,7 +120,7 @@ let
       hdFlags =''hda => "harddisk", hdaInterface => "${iface}", '';
     in
     ''
-      createDisk("harddisk", 4 * 1024);
+      createDisk("harddisk", 8 * 1024);
 
       my $machine = createMachine({ ${hdFlags}
         cdrom => glob("${iso}/iso/*.iso"),