Skip to content

Commit 00097a0

Browse files
committed
TF: Increase http backend's timeout
1 parent c813207 commit 00097a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/daemon/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "google_compute_backend_service" "daemon" {
3131
name = "${var.name}-explorer-backend-service"
3232
protocol = "HTTP"
3333
port_name = "http"
34-
timeout_sec = 30
34+
timeout_sec = 3600
3535
enable_cdn = true
3636

3737
dynamic "backend" {

0 commit comments

Comments
 (0)