about summary refs log tree commit diff
path: root/nixos/tests/firefox.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-20 23:26:46 +0200
committerArtturin <Artturin@artturin.com>2021-11-21 17:27:58 +0200
commit54ece050b8ff6ce12a665832b2c83bfd925ce8a3 (patch)
treece0b97c678c3c08cf698ea18ecd4ea72aa2795c5 /nixos/tests/firefox.nix
parent5e560c4e24db27b73bfe5201d900952680353896 (diff)
nixos/qemu-vm: default memorySize 384 -> 1024
the default hasn't been changed since 2009
this can improve our test performances

nixos/tests: remove explicit memorySize <1024

1024MiB is now the default
Diffstat (limited to 'nixos/tests/firefox.nix')
-rw-r--r--nixos/tests/firefox.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/firefox.nix b/nixos/tests/firefox.nix
index 7216ad43b8e9a..6101fc9735641 100644
--- a/nixos/tests/firefox.nix
+++ b/nixos/tests/firefox.nix
@@ -13,9 +13,6 @@ import ./make-test-python.nix ({ pkgs, firefoxPackage, ... }: {
         pkgs.xdotool
       ];
 
-      # Need some more memory to record audio.
-      virtualisation.memorySize = 500;
-
       # Create a virtual sound device, with mixing
       # and all, for recording audio.
       boot.kernelModules = [ "snd-aloop" ];