Skip to content

Commit

Permalink
nixos/tests/gnome3-gdm: Increase memory limit
Browse files Browse the repository at this point in the history
The test was failing on x86_64 prematurely due to memory being exhausted.

See also 3b9f0c6
  • Loading branch information
jtojnar authored and globin committed Sep 28, 2017
1 parent 536ab40 commit dfdfb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/gnome3-gdm.nix
Expand Up @@ -21,7 +21,7 @@ import ./make-test.nix ({ pkgs, ...} : {
};
services.xserver.desktopManager.gnome3.enable = true;

virtualisation.memorySize = 512;
virtualisation.memorySize = 1024;
};

testScript =
Expand Down

0 comments on commit dfdfb97

Please sign in to comment.