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.
This commit is contained in:
pacien 2022-01-06 13:59:56 +01:00
parent 7a3a681156
commit e929791228

View File

@ -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
'';