Merge pull request #5574 from fidencio/topic/CC-increase-clh-timeouts

CC | clh: Increase the timeouts when using Conf Guests
This commit is contained in:
Fabiano Fidêncio
2022-11-02 21:45:01 +01:00
committed by GitHub

View File

@@ -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"