From 06188a1e0ba1c03ac223afb59b62fd6fcf928bb0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Apr 2019 13:13:40 -0400 Subject: add comments for new slow problems --- tests/set4.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/set4.rs b/tests/set4.rs index 3f927d3..14e2b5d 100644 --- a/tests/set4.rs +++ b/tests/set4.rs @@ -186,6 +186,7 @@ fn problem_30() { )); } +// ignored because this takes ~40 minutes #[test] #[ignore] fn problem_31() { @@ -232,6 +233,7 @@ fn problem_31() { kill_w.send(()).unwrap(); } +// ignored because this takes ~18 hours #[test] #[ignore] fn problem_32() { -- cgit v1.2.3-54-g00ecf