Bump timeout threshold

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-06-15 08:53:11 -07:00
parent d0ac1a40ca
commit d9a0ff904c

View File

@@ -2062,7 +2062,7 @@ func TestJetStreamSlowFilteredInititalPendingAndFirstMsg(t *testing.T) {
})
// Threshold for taking too long.
const thresh = 20 * time.Millisecond
const thresh = 30 * time.Millisecond
var dindex int
testConsumerCreate := func(subj string, startSeq, expectedNumPending uint64) {