mercurial: extend tests timeout
Which otherwise often time out on our busy CI workers.
This commit is contained in:
parent
3d869b89b0
commit
8e39c0f750
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user