about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-03-11 17:52:48 -0700
committerGitHub <noreply@github.com>2020-03-11 17:52:48 -0700
commit2220060133512405fb015f0c0f195a4e6c4dd6eb (patch)
treeb7d1a80ca7db114c74035bec1b4d0aa6d6f9cc45 /nixos
parent6925e783db240894d6a5dccd3511f3ef3ae9849a (diff)
parent534f1337c145515368359d0841cfbd1d7be4ff88 (diff)
downloadnixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar.gz
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar.bz2
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar.lz
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar.xz
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.tar.zst
nixlib-2220060133512405fb015f0c0f195a4e6c4dd6eb.zip
Merge pull request #82148 from devhell/tests_signal-desktop
tests: Fix signal-desktop
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/signal-desktop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/signal-desktop.nix b/nixos/tests/signal-desktop.nix
index ae141fe116de..e4b830e9e237 100644
--- a/nixos/tests/signal-desktop.nix
+++ b/nixos/tests/signal-desktop.nix
@@ -17,6 +17,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
     services.xserver.enable = true;
     test-support.displayManager.auto.user = "alice";
     environment.systemPackages = [ pkgs.signal-desktop ];
+    virtualisation.memorySize = 1024;
   };
 
   enableOCR = true;