mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixosTests.dependency-track: increase memorySize to fix test
This commit is contained in:
@@ -16,6 +16,7 @@ import ./make-test-python.nix (
|
||||
virtualisation = {
|
||||
cores = 2;
|
||||
diskSize = 4096;
|
||||
memorySize = 1024 * 2;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ curl ];
|
||||
|
||||
Reference in New Issue
Block a user