Skip to content

Commit 6163ae6

Browse files
authored
lengthen timeout so that we can debug failures (#21)
1 parent 875fb06 commit 6163ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/cloud-run/cloud-run.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "google_cloud_run_service" "default" {
1717
location = "us-central1"
1818

1919
timeouts {
20-
create = "1m"
20+
create = "6m"
2121
}
2222

2323
template {

0 commit comments

Comments
 (0)