mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-08 04:53:01 +00:00
Revert "config_aware_timeout: add 5s if TPM is configured"
This reverts commit d4e1e1f862.
It's bogus, the VM start timeout is only starting to tick after we
started the TPM already...
This commit is contained in:
parent
d4e1e1f862
commit
2c29655663
@ -158,8 +158,6 @@ 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