From 2bddec2902c1b07a8dfce7321c166e1ceace1d70 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 19 Oct 2025 19:13:15 +0200 Subject: [PATCH] increase timeout Signed-off-by: Kiara Grouwstra --- deployment/run/tf-proxmox/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index 090cba9f..f5f0f8bc 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -80,7 +80,7 @@ resource "proxmox_virtual_environment_file" "upload" { datastore_id = var.image_datastore_id node_name = var.node_name overwrite = true - timeout_upload = 180 + timeout_upload = 500 # timeout_upload = 1 source_file {