mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: extend timeout for CVM tests
Confidential VMs require additional time during boot to load the IGVM image, complete page measurements, and perform Reverse Map Table (RMP) validation. In addition, PSP latency can further delay the boot process. Extend the test timeout to accommodate these additional initialization steps. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
4ba2d770d1
commit
f6a1d821d7
@@ -76,7 +76,7 @@ pub struct GuestNetworkConfig {
|
||||
pub const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted";
|
||||
pub const DEFAULT_TCP_LISTENER_PORT: u16 = 8000;
|
||||
pub const DEFAULT_TCP_LISTENER_TIMEOUT: u32 = 120;
|
||||
pub const DEFAULT_CVM_TCP_LISTENER_TIMEOUT: u32 = 120;
|
||||
pub const DEFAULT_CVM_TCP_LISTENER_TIMEOUT: u32 = 140;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum WaitForBootError {
|
||||
|
||||
Reference in New Issue
Block a user