big: Disable Toom for a moment.

This commit is contained in:
Jeroen van Rijn
2021-08-16 22:13:54 +02:00
parent 706e58c1c7
commit 48c1f0ab59
4 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ TESTS = {
if not args.fast_tests:
TESTS[test_factorial].append(
# This one on its own takes around 800ms, so we exclude it for FAST_TESTS
[ 100_000 ],
[ 10_000 ],
)
total_passes = 0