forked from fediversity/fediversity
default timeouts
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
f0460db7b6
commit
225e66f9ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue