about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-10 13:16:00 +0200
committerGitHub <noreply@github.com>2019-08-10 13:16:00 +0200
commit3541df594e6a219b70ac403c42c3ec03b015c021 (patch)
treebd492e16bc7493bcead3f407ec98f5f6b2214850 /pkgs/applications/science
parent7680b512cb8a9e0cac6c54b2096f1b5c4eb9e34c (diff)
parentf6265b0da528e4b28329e37fd2d09d05d7655818 (diff)
downloadnixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar.gz
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar.bz2
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar.lz
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar.xz
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.tar.zst
nixlib-3541df594e6a219b70ac403c42c3ec03b015c021.zip
Merge pull request #66396 from timokau/sage-undo-short
sage: default to long tests again
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/sage/sage-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/sage/sage-tests.nix b/pkgs/applications/science/math/sage/sage-tests.nix
index 3e3c32b2c8da..591fa192d563 100644
--- a/pkgs/applications/science/math/sage/sage-tests.nix
+++ b/pkgs/applications/science/math/sage/sage-tests.nix
@@ -3,7 +3,7 @@
 , sage-with-env
 , makeWrapper
 , 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
 # file to test a "time budget" and stop tests if it is exceeded. 300 is the
 # upstream default value.