Merge pull request #74945 from timokau/sage-no-timeout
sage: disable test timeout
This commit is contained in:
commit
5c9000014e
|
@ -56,6 +56,6 @@ stdenv.mkDerivation {
|
||||||
export GLIBC_TUNABLES=glibc.malloc.arena_max=4
|
export GLIBC_TUNABLES=glibc.malloc.arena_max=4
|
||||||
|
|
||||||
echo "Running sage tests with arguments ${timeSpecifier} ${patienceSpecifier} ${testArgs}"
|
echo "Running sage tests with arguments ${timeSpecifier} ${patienceSpecifier} ${testArgs}"
|
||||||
"sage" -t --nthreads "$NIX_BUILD_CORES" --optional=sage ${timeSpecifier} ${patienceSpecifier} ${testArgs}
|
"sage" -t --timeout=0 --nthreads "$NIX_BUILD_CORES" --optional=sage ${timeSpecifier} ${patienceSpecifier} ${testArgs}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue