From 63479ff8fd70fda37cc97d81f093345bd4dc79be Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Sun, 27 Jun 2021 08:33:46 -0700 Subject: [PATCH] Bump threshold Signed-off-by: Derek Collison --- server/norace_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/norace_test.go b/server/norace_test.go index 36c31184..4980554d 100644 --- a/server/norace_test.go +++ b/server/norace_test.go @@ -2127,7 +2127,7 @@ func TestNoRaceJetStreamSlowFilteredInititalPendingAndFirstMsg(t *testing.T) { }) // Threshold for taking too long. - const thresh = 30 * time.Millisecond + const thresh = 50 * time.Millisecond var dindex int testConsumerCreate := func(subj string, startSeq, expectedNumPending uint64) {