gnome3 tests: fix by providing more memory

/cc #28053.
This commit is contained in:
Jan Tojnar 2017-09-01 07:49:35 +02:00 committed by Vladimír Čunát
parent dc8c7ada9a
commit 3b9f0c6a46
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 =