Skip to content

Commit

Permalink
Merge pull request kubernetes#2091 from mborsz/prometheus-timeout
Browse files Browse the repository at this point in the history
Increase prometheus timeout
  • Loading branch information
k8s-ci-robot authored Jun 27, 2022
2 parents 759b9b9 + c72001e commit 277b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/pkg/measurement/util/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
queryTimeout = 5 * time.Minute
queryTimeout = 15 * time.Minute
queryInterval = 30 * time.Second
)

Expand Down

0 comments on commit 277b865

Please sign in to comment.