From 2c0303745065368df4cfc6a231684d4a43ee0fc8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Dec 2016 13:32:31 +0100 Subject: [PATCH] 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) --- nixos/tests/kde5.nix | 1 + 1 file changed, 1 insertion(+) 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, ... }: