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) {