Skip to content

Commit 4886229

Browse files
committed
increase timeout in incremental transfer tests
Signed-off-by: Robert Fratto <[email protected]>
1 parent 439cd21 commit 4886229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ring/lifecycler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func getLifecyclers(t *testing.T, r *Ring, cfg Config, count int) ([]*Lifecycler
746746
require.NoError(t, err)
747747
lc.Start()
748748

749-
waitIngesterState(t, r, id, time.Millisecond*250, true)
749+
waitIngesterState(t, r, id, time.Millisecond*500, true)
750750
}
751751

752752
return ret, func() {

0 commit comments

Comments
 (0)