Skip to content

Commit

Permalink
gnome3 tests: fix by providing more memory
Browse files Browse the repository at this point in the history
/cc #28053.

(cherry picked from commit 3b9f0c6)
  • Loading branch information
jtojnar authored and vcunat committed Sep 1, 2017
1 parent 490b33a commit b999b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/gnome3.nix
Expand Up @@ -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 =
Expand Down

0 comments on commit b999b80

Please sign in to comment.