From 5d2b3ff8cf16495f8a5beabe07224d500be2eed1 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 2 Nov 2014 16:33:10 +0100 Subject: nixos: increase allocated memory for gnome tests. Closes #4651 --- nixos/tests/gnome3.nix | 2 ++ nixos/tests/gnome3_12.nix | 2 ++ 2 files changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix index df30283e3155..6f2925e52fa4 100644 --- a/nixos/tests/gnome3.nix +++ b/nixos/tests/gnome3.nix @@ -11,6 +11,8 @@ import ./make-test.nix { services.xserver.displayManager.auto.enable = true; services.xserver.displayManager.auto.user = "alice"; services.xserver.desktopManager.gnome3.enable = true; + + virtualisation.memorySize = 512; }; testScript = diff --git a/nixos/tests/gnome3_12.nix b/nixos/tests/gnome3_12.nix index 723d1bc45229..3b38d779b6f8 100644 --- a/nixos/tests/gnome3_12.nix +++ b/nixos/tests/gnome3_12.nix @@ -12,6 +12,8 @@ import ./make-test.nix { services.xserver.displayManager.auto.user = "alice"; services.xserver.desktopManager.gnome3.enable = true; environment.gnome3.packageSet = pkgs.gnome3_12; + + virtualisation.memorySize = 512; }; testScript = -- cgit 1.4.1