mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Work around slowness in the KDE 5 test
The use of unionfs-fuse (57a0f14064
) 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 commit3fcbcf2556
)
This commit is contained in:
parent
45043abd2d
commit
2c03037450
@ -18,6 +18,7 @@ import ./make-test.nix ({ pkgs, ...} :
|
||||
};
|
||||
};
|
||||
services.xserver.desktopManager.kde5.enable = true;
|
||||
virtualisation.writableStore = false; # FIXME
|
||||
};
|
||||
|
||||
testScript = { nodes, ... }:
|
||||
|
Loading…
Reference in New Issue
Block a user