mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 01:03:24 +00:00
config_aware_timeout: add 5s if TPM is configured
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
90c41bac8f
commit
d4e1e1f862
@ -158,6 +158,8 @@ sub config_aware_timeout {
|
||||
$timeout = 150;
|
||||
}
|
||||
|
||||
$timeout += 5 if $config->{tpmstate0}; # we allow the swtpm 5s startup time
|
||||
|
||||
return $timeout;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user