aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/gnome3.nix
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/tests/gnome3.nix
parentdc8c7ada9aa38bd98cc4c8ade9548cdb03104b44 (diff)
gnome3 tests: fix by providing more memory
/cc #28053.
Diffstat (limited to 'nixos/tests/gnome3.nix')
-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 4787d42d695a..492fa61484a0 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 =