mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Lengthen long chain failure threshold
This commit is contained in:
@@ -189,7 +189,7 @@ func TestHashMapStats(t *testing.T) {
|
||||
if s.AvgChain > 13 || s.AvgChain < 12 {
|
||||
t.Fatalf("AvgChain out of bounds: %f vs %f\n", s.AvgChain, 12.5)
|
||||
}
|
||||
if s.LongChain > 22 {
|
||||
if s.LongChain > 25 {
|
||||
t.Fatalf("LongChain out of bounds: %d vs %d\n", s.LongChain, 22)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user