sage: disable test timeout

Hydra build failed due to timeout:
https://hydra.nixos.org/build/84870983
This commit is contained in:
Timo Kaufmann 2018-11-28 22:37:24 +01:00
parent 63b39af496
commit 359bf7f1e3

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
mkdir -p "$HOME"
# "--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}
'';
}