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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue