Skip to content

Commit

Permalink
Increase prometheus timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsz committed Jun 27, 2022
1 parent 759b9b9 commit c72001e
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 c72001e

Please sign in to comment.