nixos/tests/gnome3-gdm: Increase memory limit
The test was failing on x86_64 prematurely due to memory being exhausted.See also 3b9f0c6a469a574c1c030e4c23f6c766819cbd2d
Jan Tojnar 8 years ago dfdfb97f 536ab403
··· 21 21 }; 22 22 services.xserver.desktopManager.gnome3.enable = true; 23 23 24 24 - virtualisation.memorySize = 512; 24 24 + virtualisation.memorySize = 1024; 25 25 }; 26 26 27 27 testScript =