Merge pull request #74945 from timokau/sage-no-timeout
sage: disable test timeout
This commit is contained in:
commit
5c9000014e
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ stdenv.mkDerivation {
|
|||
export GLIBC_TUNABLES=glibc.malloc.arena_max=4
|
||||
|
||||
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 a new issue