Merge pull request #66396 from timokau/sage-undo-short
sage: default to long tests again
This commit is contained in:
commit
3541df594e
|
@ -3,7 +3,7 @@
|
||||||
, sage-with-env
|
, sage-with-env
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, files ? null # "null" means run all tests
|
, files ? null # "null" means run all tests
|
||||||
, longTests ? false # run tests marked as "long time" (roughly doubles runtime)
|
, longTests ? true # run tests marked as "long time" (roughly doubles runtime)
|
||||||
# Run as many tests as possible in approximately n seconds. This will give each
|
# Run as many tests as possible in approximately n seconds. This will give each
|
||||||
# file to test a "time budget" and stop tests if it is exceeded. 300 is the
|
# file to test a "time budget" and stop tests if it is exceeded. 300 is the
|
||||||
# upstream default value.
|
# upstream default value.
|
||||||
|
|
Loading…
Reference in New Issue