about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-09 18:42:14 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-09 18:42:14 +0200
commitf6265b0da528e4b28329e37fd2d09d05d7655818 (patch)
tree0aed7a6b46d85a45c9947273949e69e985e48bcf /pkgs/applications/science
parentf5674b20ac08da1f16a710a87fa515d068114768 (diff)
downloadnixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar.gz
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar.bz2
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar.lz
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar.xz
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.tar.zst
nixlib-f6265b0da528e4b28329e37fd2d09d05d7655818.zip
sage: default to long tests again
Changed by accident in 5e58c5f900e51c4dd89de8a4518c5bb13581f3c6.
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.