We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6f96d commit d6fb00cCopy full SHA for d6fb00c
infra/functions-python/main.tf
@@ -403,7 +403,7 @@ resource "google_cloudfunctions2_function" "compute_validation_report_counters"
403
service_config {
404
available_memory = "512Mi"
405
available_cpu = "1"
406
- timeout_seconds = 300
+ timeout_seconds = 600
407
vpc_connector = data.google_vpc_access_connector.vpc_connector.id
408
vpc_connector_egress_settings = "PRIVATE_RANGES_ONLY"
409
0 commit comments