Skip to content

Commit

Permalink
revert cleanup time
Browse files Browse the repository at this point in the history
  • Loading branch information
benclive committed Oct 8, 2024
1 parent f316cdb commit 52ce46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/querier_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func newIngesterClientMockFactory(c *querierClientMock) ring_client.PoolFactory
func mockIngesterClientConfig() client.Config {
return client.Config{
PoolConfig: clientpool.PoolConfig{
ClientCleanupPeriod: 1 * time.Hour,
ClientCleanupPeriod: 1 * time.Minute,
HealthCheckIngesters: false,
RemoteTimeout: 1 * time.Second,
},
Expand Down

0 comments on commit 52ce46e

Please sign in to comment.