]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Use lenient comparisons in two failing tests.
[spline3.git] / test / TestSuite.hs
index b021fa3de834bd594ea41885df8a66f1ea3fa607..0491f56dfe87babdb1b7f914e5da9e0d5e7a5cb0 100644 (file)
@@ -32,7 +32,7 @@ main = do
 
   let empty_test_opts = mempty :: TestOptions
   let my_test_opts = empty_test_opts {
-    topt_maximum_generated_tests = Just 1000
+    topt_maximum_generated_tests = Just 500
   }
 
   let empty_runner_opts = mempty :: RunnerOptions