tests: Fix signal-desktop
This test fails due to OOM on the VM. Setting the memory of the VM to 1024 lets the test succeed. Cc: @flokli
This commit is contained in:
parent
fe08f01f26
commit
534f1337c1
|
@ -17,6 +17,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
test-support.displayManager.auto.user = "alice";
|
test-support.displayManager.auto.user = "alice";
|
||||||
environment.systemPackages = [ pkgs.signal-desktop ];
|
environment.systemPackages = [ pkgs.signal-desktop ];
|
||||||
|
virtualisation.memorySize = 1024;
|
||||||
};
|
};
|
||||||
|
|
||||||
enableOCR = true;
|
enableOCR = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user