nixos/tests/gnome3-gdm: Increase memory limit

The test was failing on x86_64 prematurely due to memory being exhausted.

See also 3b9f0c6a46
This commit is contained in:
Jan Tojnar 2017-09-28 16:58:45 +02:00 committed by Robin Gloster
parent 536ab403d4
commit dfdfb97f0f

View file

@ -21,7 +21,7 @@ import ./make-test.nix ({ pkgs, ...} : {
};
services.xserver.desktopManager.gnome3.enable = true;
virtualisation.memorySize = 512;
virtualisation.memorySize = 1024;
};
testScript =