From 8e39c0f750f91c6717f017355de9f381344e9286 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 6 Jan 2022 07:51:49 +0100 Subject: [PATCH] mercurial: extend tests timeout Which otherwise often time out on our busy CI workers. --- pkgs/applications/version-management/mercurial/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index b0d7c26abdd6..8320491758ea 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -77,7 +77,8 @@ let test-check-shbang.t EOF - export HGTESTFLAGS="--blacklist blacklists/nix" + # extended timeout necessary for tests to pass on the busy CI workers + export HGTESTFLAGS="--blacklist blacklists/nix --timeout 600" make check '';