summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-24 10:19:41 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-24 11:05:01 +0200
commit779e5855494ea2fc52c1e3e40023e27e4a115fff (patch)
treef749c1437798c4c1e33d49a24d4b3f33f0c9ed51 /nixos
parentfdb5ab0bba831ef1d125069ce6f584cb6877a390 (diff)
downloadnixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar.gz
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar.bz2
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar.lz
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar.xz
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.tar.zst
nixpkgs-779e5855494ea2fc52c1e3e40023e27e4a115fff.zip
chromium: Fix test on i686-linux
http://hydra.nixos.org/build/24982682
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/chromium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix
index 2ce47c23775..52ae6a771e1 100644
--- a/nixos/tests/chromium.nix
+++ b/nixos/tests/chromium.nix
@@ -15,7 +15,7 @@ import ./make-test.nix (
   enableOCR = true;
 
   machine.imports = [ ./common/x11.nix ];
-  machine.virtualisation.memorySize = 4096;
+  machine.virtualisation.memorySize = 2560;
 
   startupHTML = pkgs.writeText "chromium-startup.html" ''
     <!DOCTYPE html>