diff --git a/server/jetstream_helpers_test.go b/server/jetstream_helpers_test.go index a17038ca..b671602f 100644 --- a/server/jetstream_helpers_test.go +++ b/server/jetstream_helpers_test.go @@ -37,8 +37,8 @@ import ( func init() { // Speed up raft for tests. hbInterval = 50 * time.Millisecond - minElectionTimeout = 1 * time.Second - maxElectionTimeout = 3 * time.Second + minElectionTimeout = 250 * time.Millisecond + maxElectionTimeout = 1 * time.Second lostQuorumInterval = time.Second lostQuorumCheck = 4 * hbInterval }