summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-09-01 07:49:35 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-09-01 07:51:05 +0200
commit3b9f0c6a469a574c1c030e4c23f6c766819cbd2d (patch)
treefef8b272aa3e08ec0007df0a3aa4f2121686775d /nixos
parentdc8c7ada9aa38bd98cc4c8ade9548cdb03104b44 (diff)
downloadnixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar.gz
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar.bz2
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar.lz
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar.xz
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.tar.zst
nixpkgs-3b9f0c6a469a574c1c030e4c23f6c766819cbd2d.zip
gnome3 tests: fix by providing more memory
/cc #28053.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/gnome3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 4787d42d695..492fa61484a 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -15,7 +15,7 @@ import ./make-test.nix ({ pkgs, ...} : {
       services.xserver.displayManager.auto.user = "alice";
       services.xserver.desktopManager.gnome3.enable = true;
 
-      virtualisation.memorySize = 512;
+      virtualisation.memorySize = 1024;
     };
 
   testScript =