From 90bec29590bf00a172b00fea46ad12c14472e725 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 29 Jan 2019 18:45:04 -0800 Subject: [PATCH] Increase N to avoid noise. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/025-bram-config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/025-bram-config/Makefile b/fuzzers/025-bram-config/Makefile index 17bc7384..74dc1054 100644 --- a/fuzzers/025-bram-config/Makefile +++ b/fuzzers/025-bram-config/Makefile @@ -1,6 +1,6 @@ # read/write width is relatively slow to resolve # Even slower with multi bit masks... -N ?= 8 +N ?= 10 include ../fuzzer.mk