default timeouts

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-13 16:46:33 +02:00
parent 09ef3ebbc7
commit 9ebca54d50
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -78,7 +78,7 @@ resource "proxmox_virtual_environment_file" "upload" {
datastore_id = var.image_datastore_id datastore_id = var.image_datastore_id
node_name = var.node_name node_name = var.node_name
overwrite = true overwrite = true
timeout_upload = 3600 timeout_upload = 180
# timeout_upload = 1 # timeout_upload = 1
source_file { source_file {
@ -105,7 +105,7 @@ resource "proxmox_virtual_environment_vm" "nix_vm" {
agent { agent {
enabled = true enabled = true
# timeout = "5m" # timeout = "5m"
timeout = "40s" timeout = "2m"
trim = true trim = true
} }