From 41c5775328efc931f07883b2d03e1474e863e4aa Mon Sep 17 00:00:00 2001 From: John McMaster Date: Wed, 5 Dec 2018 18:11:15 -0800 Subject: [PATCH] intpips: inrease N to reduce faulty solves Signed-off-by: John McMaster --- fuzzers/050-intpips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/050-intpips/Makefile b/fuzzers/050-intpips/Makefile index f74f5de5..6e5bc50a 100644 --- a/fuzzers/050-intpips/Makefile +++ b/fuzzers/050-intpips/Makefile @@ -1,5 +1,5 @@ ifeq ($(QUICK),Y) -N := 1 +N := 10 else N := 200 endif