Skip to content

Commit bdb0bae

Browse files
authored
fix: increase app gw timeout to 240 seconds (#144)
1 parent afd93aa commit bdb0bae

File tree

1 file changed

+1
-1
lines changed
  • infra-ai-hub/modules/app-gateway

1 file changed

+1
-1
lines changed

infra-ai-hub/modules/app-gateway/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ resource "azurerm_application_gateway" "this" {
105105
port = var.backend_apim.https_port
106106
protocol = "Https"
107107
cookie_based_affinity = "Disabled"
108-
request_timeout = 30
108+
request_timeout = 240
109109
pick_host_name_from_backend_address = true
110110
probe_name = local.probe_name
111111
}

0 commit comments

Comments
 (0)