From f6265b0da528e4b28329e37fd2d09d05d7655818 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Fri, 9 Aug 2019 18:42:14 +0200 Subject: [PATCH] sage: default to long tests again Changed by accident in 5e58c5f900e51c4dd89de8a4518c5bb13581f3c6. --- pkgs/applications/science/math/sage/sage-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/sage/sage-tests.nix b/pkgs/applications/science/math/sage/sage-tests.nix index 3e3c32b2c8d..591fa192d56 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.