diff --git a/src/runtime/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go index df1f67150d..6c7f75a530 100644 --- a/src/runtime/virtcontainers/clh.go +++ b/src/runtime/virtcontainers/clh.go @@ -68,12 +68,12 @@ const ( // Values based on: clhTimeout = 10 clhAPITimeout = 1 - clhAPITimeoutConfidentialGuest = 10 + clhAPITimeoutConfidentialGuest = 20 // Timeout for hot-plug - hotplug devices can take more time, than usual API calls // Use longer time timeout for it. clhHotPlugAPITimeout = 5 clhStopSandboxTimeout = 3 - clhStopSandboxTimeoutConfidentialGuest = 5 + clhStopSandboxTimeoutConfidentialGuest = 10 clhSocket = "clh.sock" clhAPISocket = "clh-api.sock" virtioFsSocket = "virtiofsd.sock"