sage: disable test timeout
Hydra build failed due to timeout: https://hydra.nixos.org/build/84870983
This commit is contained in:
parent
63b39af496
commit
359bf7f1e3
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||||
mkdir -p "$HOME"
|
mkdir -p "$HOME"
|
||||||
|
|
||||||
# "--long" tests are in the order of 1h, without "--long" its 1/2h
|
# "--long" tests are in the order of 1h, without "--long" its 1/2h
|
||||||
"sage" -t --nthreads "$NIX_BUILD_CORES" --optional=sage ${patienceSpecifier} ${testArgs}
|
"sage" -t --timeout=0 --nthreads "$NIX_BUILD_CORES" --optional=sage ${patienceSpecifier} ${testArgs}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue