Skip to content

Commit

Permalink
Update pkg/ring/lifecycler_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Boreham <[email protected]>
Signed-off-by: Alan Protasio <[email protected]>
  • Loading branch information
alanprot and bboreham committed Jul 30, 2021
1 parent 64cf46a commit 50402e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ring/lifecycler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func TestRestartIngester_DisabledHeartbeat_unregister_on_shutdown_false(t *testi

pool := func(condition func(*Desc) bool) map[string]InstanceDesc {
var ingesters map[string]InstanceDesc
test.Poll(t, 5000*time.Millisecond, true, func() interface{} {
test.Poll(t, 5*time.Second, true, func() interface{} {
d, err := r.KVClient.Get(context.Background(), IngesterRingKey)
require.NoError(t, err)

Expand Down

0 comments on commit 50402e0

Please sign in to comment.