feat-testing: raise duplicates window to 20 minutes

This commit is contained in:
Mohamed Sohail 2025-05-30 08:21:03 +03:00
parent e370d7eae5
commit 20ba62f313
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -49,7 +49,7 @@ func NewJetStreamPub(o JetStreamOpts) (Pub, error) {
Subjects: streamSubjects,
MaxAge: o.PersistDuration,
Storage: jetstream.FileStorage,
Duplicates: time.Minute,
Duplicates: time.Minute * 20,
})
return &jetStreamPub{