Skip to content

Commit

Permalink
Automated Config Connector import.
Browse files Browse the repository at this point in the history
  - 76d02d23dba993c4cd0bb6381968296bb49594c9 Increase DCL client timeout for ApigeeOrganization by Config Connector Team <no-reply@google.com>

GitOrigin-RevId: 76d02d23dba993c4cd0bb6381968296bb49594c9
  • Loading branch information
Config Connector Team authored and copybara-github committed Sep 26, 2022
1 parent ffa7848 commit 03d89d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/dcl/clientconfig/timeouts.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ import (
// timing out). Note that DCL only supports kind-specific timeouts (i.e. a kind
// uses the same timeout for all DCL operations).
var kindToTimeout = map[string]time.Duration{
// ApigeeOrganization operations could take a long time to complete. Setting
// it to 80 minutes to match the DCL configuration.
"ApigeeOrganization": 80 * time.Minute,
// DataprocCluster creations can take 35+ minutes because the long-running
// operation kicked off by DCL on GCP can take that long to time out and
// report errors if there are any issues (e.g. b/187470070#comment6). Let
Expand Down

0 comments on commit 03d89d5

Please sign in to comment.