Skip to content

Commit

Permalink
Lengthen mimir test delay (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes authored May 10, 2024
1 parent 241cea4 commit d59c012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/mimir/rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestRules(t *testing.T) {
})

// Mimir takes some seconds in sync the rules. If we get the list of them immediately, it could return an empty list.
time.Sleep(1 * time.Second)
time.Sleep(1500 * time.Millisecond)

t.Run("get remote rule list", func(t *testing.T) {
ids, err := handler.ListRemote()
Expand Down

0 comments on commit d59c012

Please sign in to comment.