From 9ebca54d50f9b98501c24ca67d09dc8a1c6eb53e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 13 Oct 2025 16:46:33 +0200 Subject: [PATCH] default timeouts Signed-off-by: Kiara Grouwstra --- deployment/run/tf-proxmox/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index 9bdd4adf..777a29fe 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -78,7 +78,7 @@ resource "proxmox_virtual_environment_file" "upload" { datastore_id = var.image_datastore_id node_name = var.node_name overwrite = true - timeout_upload = 3600 + timeout_upload = 180 # timeout_upload = 1 source_file { @@ -105,7 +105,7 @@ resource "proxmox_virtual_environment_vm" "nix_vm" { agent { enabled = true # timeout = "5m" - timeout = "40s" + timeout = "2m" trim = true }