forked from fediversity/fediversity
increase timeout
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
41d412d176
commit
2bddec2902
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue