mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-01 14:52:35 +00:00
As reported by the periodic CI runs, it may take more time for the NVMe device to present in the guest after being hotplugged as a VFIO user device on `aarch64` (especially under high load). Let's increase the timeout after device hotplug from `1s` to `10s` to increase the test stability. Fixes: #3495 Signed-off-by: Bo Chen <chen.bo@intel.com>