From e929791228b17b53bd6767ccca78f65195c074e1 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 6 Jan 2022 13:59:56 +0100 Subject: [PATCH] mercurial: extend tests timeout for Hydra This extends the timeout for the tests to 30 minutes, which are otherwise failing at 10 minutes on Hydra. --- pkgs/applications/version-management/mercurial/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index 8320491758ea..a85844fff216 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -78,7 +78,7 @@ let EOF # extended timeout necessary for tests to pass on the busy CI workers - export HGTESTFLAGS="--blacklist blacklists/nix --timeout 600" + export HGTESTFLAGS="--blacklist blacklists/nix --timeout 1800" make check '';