Fix casing
This commit is contained in:
parent
a5e9ea6d96
commit
7e95b35102
|
@ -1147,7 +1147,7 @@ func TestStreamResources_Server_DisconnectsOnHeartbeatTimeout(t *testing.T) {
|
|||
|
||||
srv, store := newTestServer(t, func(c *Config) {
|
||||
c.Tracker.SetClock(it.Now)
|
||||
c.incomingHeartbeatTimeout = 50 * time.Millisecond // may need to be tuned higher to reduce flakes
|
||||
c.IncomingHeartbeatTimeout = 50 * time.Millisecond // may need to be tuned higher to reduce flakes
|
||||
})
|
||||
|
||||
p := writePeeringToBeDialed(t, store, 1, "my-peer")
|
||||
|
|
Loading…
Reference in New Issue