Bump threshold

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-06-27 08:33:46 -07:00
parent 2a96be2fcf
commit 63479ff8fd

View File

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