From 79f599d37f78a7f7ce092a7f3df87c29513e1f84 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 27 Oct 2014 02:25:48 -0700 Subject: [PATCH] Tests take too long by default --- src/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests.c b/src/tests.c index 9f484f3b..7f1d6429 100644 --- a/src/tests.c +++ b/src/tests.c @@ -19,7 +19,7 @@ #include "openssl/obj_mac.h" #endif -static int count = 750; +static int count = 64; /***** NUM TESTS *****/