nixos/tests/gnome3-gdm: Increase memory limit

The test was failing on x86_64 prematurely due to memory being exhausted.

See also 3b9f0c6a469a574c1c030e4c23f6c766819cbd2d

authored by

Jan Tojnar and committed by
Robin Gloster
dfdfb97f 536ab403

+1 -1
+1 -1
nixos/tests/gnome3-gdm.nix
··· 21 }; 22 services.xserver.desktopManager.gnome3.enable = true; 23 24 - virtualisation.memorySize = 512; 25 }; 26 27 testScript =
··· 21 }; 22 services.xserver.desktopManager.gnome3.enable = true; 23 24 + virtualisation.memorySize = 1024; 25 }; 26 27 testScript =