From 950d9f5c74c323a4d5647b0a9a83876a57863e03 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 1 Feb 2019 13:57:26 -0800 Subject: [PATCH] Lower sample count. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/028-fifo-config/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fuzzers/028-fifo-config/Makefile b/fuzzers/028-fifo-config/Makefile index b732d64a..a3368ba5 100644 --- a/fuzzers/028-fifo-config/Makefile +++ b/fuzzers/028-fifo-config/Makefile @@ -1,6 +1,4 @@ -# read/write width is relatively slow to resolve -# Even slower with multi bit masks... -N ?= 20 +N ?= 5 include ../fuzzer.mk