mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
The test is sporadically failing whenever we try to hotplug the vDPA device we've just unplugged. This is causing the kernel to complain with EBUSY because the device hasn't been released yet. This is happening because the CI system is under very high load, therefore taking quite some time to the host to update the state of this device. The easy way to fix such issue is by increasing the sleep time between the unplug and the replug. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>