diff --git a/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in index 2734d83cbb..1c37e39b64 100644 --- a/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in @@ -544,17 +544,17 @@ kernel_modules = [] debug_console_enabled = false # Agent dial timeout in millisecond. -# (default: 10) -dial_timeout_ms = 10 +# (default: 100) +dial_timeout_ms = 100 # Agent reconnect timeout in millisecond. -# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 300) +# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 450) # If you find pod cannot connect to the agent when starting, please # consider increasing this value to increase the retry times. # You'd better not change the value of dial_timeout_ms, unless you have an # idea of what you are doing. -# (default: 3000) -reconnect_timeout_ms = 3000 +# (default: 45000) +reconnect_timeout_ms = 45000 # Timeout in seconds for guest components (attestation-agent, confidential-data-hub) # to create their Unix sockets after being spawned by the agent. diff --git a/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in index 93dbdf7846..99a6e1450f 100644 --- a/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in @@ -521,17 +521,17 @@ kernel_modules = [] debug_console_enabled = false # Agent dial timeout in millisecond. -# (default: 10) -dial_timeout_ms = 90 +# (default: 100) +dial_timeout_ms = 100 # Agent reconnect timeout in millisecond. -# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 300) +# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 450) # If you find pod cannot connect to the agent when starting, please # consider increasing this value to increase the retry times. # You'd better not change the value of dial_timeout_ms, unless you have an # idea of what you are doing. -# (default: 3000) -reconnect_timeout_ms = 5000 +# (default: 45000) +reconnect_timeout_ms = 45000 # Timeout in seconds for guest components (attestation-agent, confidential-data-hub) # to create their Unix sockets after being spawned by the agent. diff --git a/src/runtime-rs/config/configuration-qemu-snp-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-snp-runtime-rs.toml.in index c76ca186db..b3905c29b9 100644 --- a/src/runtime-rs/config/configuration-qemu-snp-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-snp-runtime-rs.toml.in @@ -563,17 +563,17 @@ kernel_modules = [] debug_console_enabled = false # Agent dial timeout in millisecond. -# (default: 10) -dial_timeout_ms = 10 +# (default: 100) +dial_timeout_ms = 100 # Agent reconnect timeout in millisecond. -# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 300) +# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 450) # If you find pod cannot connect to the agent when starting, please # consider increasing this value to increase the retry times. # You'd better not change the value of dial_timeout_ms, unless you have an # idea of what you are doing. -# (default: 3000) -reconnect_timeout_ms = 3000 +# (default: 45000) +reconnect_timeout_ms = 45000 # Timeout in seconds for guest components (attestation-agent, confidential-data-hub) # to create their Unix sockets after being spawned by the agent. diff --git a/src/runtime-rs/config/configuration-qemu-tdx-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-tdx-runtime-rs.toml.in index 2767324eaa..51bc649ead 100644 --- a/src/runtime-rs/config/configuration-qemu-tdx-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-tdx-runtime-rs.toml.in @@ -539,17 +539,17 @@ kernel_modules = [] debug_console_enabled = false # Agent dial timeout in millisecond. -# (default: 10) -dial_timeout_ms = 10 +# (default: 100) +dial_timeout_ms = 100 # Agent reconnect timeout in millisecond. -# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 300) +# Retry times = reconnect_timeout_ms / dial_timeout_ms (default: 450) # If you find pod cannot connect to the agent when starting, please # consider increasing this value to increase the retry times. # You'd better not change the value of dial_timeout_ms, unless you have an # idea of what you are doing. -# (default: 3000) -reconnect_timeout_ms = 3000 +# (default: 45000) +reconnect_timeout_ms = 45000 # Timeout in seconds for guest components (attestation-agent, confidential-data-hub) # to create their Unix sockets after being spawned by the agent.