gnome3 tests: fix by providing more memory

/cc #28053.

(cherry picked from commit 3b9f0c6a46)
This commit is contained in:
Jan Tojnar
2017-09-01 07:49:35 +02:00
committed by Vladimír Čunát
parent 490b33aa9f
commit b999b800ce

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 =