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.
main
pacien 2 years ago
parent 7a3a681156
commit e929791228
  1. 2
      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
'';

Loading…
Cancel
Save