gnome3 tests: fix by providing more memory

/cc #28053.
release-18.03-flake
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
1 changed files with 1 additions and 1 deletions

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 =