Skip to content

Commit d6fb00c

Browse files
committed
increased timeout_seconds
1 parent 9d6f96d commit d6fb00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ resource "google_cloudfunctions2_function" "compute_validation_report_counters"
403403
service_config {
404404
available_memory = "512Mi"
405405
available_cpu = "1"
406-
timeout_seconds = 300
406+
timeout_seconds = 600
407407
vpc_connector = data.google_vpc_access_connector.vpc_connector.id
408408
vpc_connector_egress_settings = "PRIVATE_RANGES_ONLY"
409409

0 commit comments

Comments
 (0)