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:
Thomas Lamprecht 2021-10-18 09:47:42 +02:00
parent d4e1e1f862
commit 2c29655663

View File

@ -158,8 +158,6 @@ sub config_aware_timeout {
$timeout = 150;
}
$timeout += 5 if $config->{tpmstate0}; # we allow the swtpm 5s startup time
return $timeout;
}