summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-11-02 16:33:10 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-11-02 16:33:10 +0100
commit5d2b3ff8cf16495f8a5beabe07224d500be2eed1 (patch)
tree120a274f1fa3133169ea257ebb07f3ea0e37c14a /nixos/tests/gnome3.nix
parenta6c21ccea93cb60d95f7e53cd244ac990445c576 (diff)
downloadnixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar.gz
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar.bz2
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar.lz
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar.xz
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.tar.zst
nixpkgs-5d2b3ff8cf16495f8a5beabe07224d500be2eed1.zip
nixos: increase allocated memory for gnome tests. Closes #4651
Diffstat (limited to 'nixos/tests/gnome3.nix')
-rw-r--r--nixos/tests/gnome3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index df30283e315..6f2925e52fa 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 =