summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-12-21 13:32:31 +0100
committerGraham Christensen <graham@grahamc.com>2016-12-21 19:30:35 -0500
commit2c0303745065368df4cfc6a231684d4a43ee0fc8 (patch)
treeb6e176ad391a281c5c08eddce7163660631aad45 /nixos
parent45043abd2da0b6fc13b7c616c2af5e9b91aab8ac (diff)
downloadnixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar.gz
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar.bz2
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar.lz
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar.xz
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.tar.zst
nixlib-2c0303745065368df4cfc6a231684d4a43ee0fc8.zip
Work around slowness in the KDE 5 test
The use of unionfs-fuse (57a0f140643cde409022e297ed05e05f8d34d778)
slows down the KDE 5 test enough that it hits Hydra timeouts. (E.g. on
my laptop it went from ~5 min to ~30 min.) So disable it for the KDE
test.

http://hydra.nixos.org/build/45127422
(cherry picked from commit 3fcbcf25568cd629644a680562f47762d1ae15b2)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/kde5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/kde5.nix b/nixos/tests/kde5.nix
index 30db316dba5e..2b61d6f3f0a1 100644
--- a/nixos/tests/kde5.nix
+++ b/nixos/tests/kde5.nix
@@ -18,6 +18,7 @@ import ./make-test.nix ({ pkgs, ...} :
       };
     };
     services.xserver.desktopManager.kde5.enable = true;
+    virtualisation.writableStore = false; # FIXME
   };
 
   testScript = { nodes, ... }: