Skip to content

Commit

Permalink
bumps wait period to let ci catch up
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Jan 23, 2020
1 parent 9148679 commit bbf6694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/flush_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestFlushingCollidingLabels(t *testing.T) {

func TestFlushMaxAge(t *testing.T) {
cfg := defaultIngesterTestConfig(t)
cfg.FlushCheckPeriod = time.Millisecond
cfg.FlushCheckPeriod = time.Millisecond * 100
cfg.MaxChunkAge = time.Minute
cfg.MaxChunkIdle = time.Hour

Expand Down

0 comments on commit bbf6694

Please sign in to comment.