nixos/tests/gnome3-gdm: Increase memory limit

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

See also 3b9f0c6a46

(cherry picked from commit dfdfb97f0f)
This commit is contained in:
Jan Tojnar 2017-09-28 16:58:45 +02:00 committed by Robin Gloster
parent 5faf5c25b6
commit 373dc7a130
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

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