Skip to content

Commit

Permalink
Increase timeout calling IT service
Browse files Browse the repository at this point in the history
  • Loading branch information
astrozzc committed Feb 18, 2024
1 parent 6b65a2d commit 0402779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func initialize() {
options.SetDefault(Keys.SubsCacheMaxSize, 500)
options.SetDefault(Keys.SubsCacheItemPrune, 50)
options.SetDefault(Keys.AMSAcctMgmt11Msg, "Please have this user log into \"https://console.redhat.com/openshift\" to grant their account the required permissions, or try again later.")
options.SetDefault(Keys.ITServicesTimeoutSeconds, 10)
options.SetDefault(Keys.ITServicesTimeoutSeconds, 60)

options.SetEnvPrefix("ENT")
options.AutomaticEnv()
Expand Down

0 comments on commit 0402779

Please sign in to comment.