nixosTests.custom-ca: resolve out of memory situations

They are easily observable on hydra. E.g. on the latest eval

https://hydra.nixos.org/build/233893887
https://hydra.nixos.org/build/233900101
This commit is contained in:
Martin Weinelt 2023-09-04 14:17:36 +02:00
parent 3f9e803102
commit 311ce2ad11
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -131,8 +131,8 @@ let
# chromium-based browsers refuse to run as root
test-support.displayManager.auto.user = "alice";
# browsers may hang with the default memory
virtualisation.memorySize = 600;
# machine often runs out of memory with less
virtualisation.memorySize = 1024;
environment.systemPackages = [ pkgs.xdotool pkgs.${browser} ];
};