mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
tests: Use default timeout for booting in live migration tests
From the logs it appears that booting the VM to the point at which it can signal to the host can sometimes take longer than then 30 seconds specified. Fixes: #4136 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
3b10699743
commit
75e3a3d982
@ -7697,7 +7697,7 @@ mod live_migration {
|
||||
.unwrap();
|
||||
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
guest.wait_vm_boot(Some(30)).unwrap();
|
||||
guest.wait_vm_boot(None).unwrap();
|
||||
|
||||
// Make sure the source VM is functaionl
|
||||
// Check the number of vCPUs
|
||||
|
Loading…
Reference in New Issue
Block a user