Skip to content

Commit

Permalink
increase cortex reachable timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreLamarre committed Sep 13, 2023
1 parent 7dcc329 commit 7ba8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/metrics/slo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ var _ = Describe("Prometheus SLOs", Ordered, Label("integration"), func() {
return fmt.Errorf("no series")
}
return nil
}, 15*time.Second, 100*time.Millisecond).Should(Succeed())
}, 60*time.Second, 100*time.Millisecond).Should(Succeed())
})
It("should construct loadable SLI info rule", func() {
expectLoadRules(env.Context(), "info", adminClient, sloGen.Info())
Expand Down

0 comments on commit 7ba8df1

Please sign in to comment.