mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-21 08:14:19 +01:00
runtime: add reconnect timeout for vhost user block
Fixes: #6075 Signed-off-by: zhaojizhuang <571130360@qq.com>
This commit is contained in:
committed by
zhaojizhuang
parent
95602c8c08
commit
ca02c9f512
@@ -82,7 +82,7 @@ func TestContainerRemoveDrive(t *testing.T) {
|
||||
sandbox := &Sandbox{
|
||||
ctx: context.Background(),
|
||||
id: "sandbox",
|
||||
devManager: manager.NewDeviceManager(config.VirtioSCSI, false, "", nil),
|
||||
devManager: manager.NewDeviceManager(config.VirtioSCSI, false, "", 0, nil),
|
||||
config: &SandboxConfig{},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user