Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Bump timeouts for GKE cluster operations to 3 hours
Browse files Browse the repository at this point in the history
The previous PR test timed out after 30 minutes even though it normally
takes only around 10 minutes. The cluster was actually created in the
end but it was delayed due to current GCP issues.
  • Loading branch information
Crazybus committed Jun 18, 2019
1 parent d593f38 commit 26fe757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpers/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ resource "google_container_cluster" "cluster" {
}

timeouts {
create = "30m"
delete = "30m"
update = "30m"
create = "180m"
delete = "180m"
update = "180m"
}
}

0 comments on commit 26fe757

Please # to comment.