nixosTests.dependency-track: increase memorySize to fix test

This commit is contained in:
Alexander Sieg
2025-03-02 16:16:18 +01:00
parent 4dd843d2ac
commit 28e18569a4

View File

@@ -16,6 +16,7 @@ import ./make-test-python.nix (
virtualisation = {
cores = 2;
diskSize = 4096;
memorySize = 1024 * 2;
};
environment.systemPackages = with pkgs; [ curl ];