mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
gnome3 tests: fix by providing more memory
/cc #28053.
(cherry picked from commit 3b9f0c6a46)
This commit is contained in:
committed by
Vladimír Čunát
parent
490b33aa9f
commit
b999b800ce
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user