From da501ce620b9fe58988e1130f4e5e712936426c7 Mon Sep 17 00:00:00 2001 From: Danny Canter Date: Tue, 21 Oct 2025 18:09:37 -0700 Subject: [PATCH] Raise createEndpoint response timeout (#797) --- Sources/ContainerClient/SandboxClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ContainerClient/SandboxClient.swift b/Sources/ContainerClient/SandboxClient.swift index 212bfa82..c4a0256a 100644 --- a/Sources/ContainerClient/SandboxClient.swift +++ b/Sources/ContainerClient/SandboxClient.swift @@ -52,7 +52,7 @@ public struct SandboxClient: Sendable { let response: XPCMessage do { - response = try await client.send(request, responseTimeout: .seconds(3)) + response = try await client.send(request, responseTimeout: .seconds(5)) } catch { throw ContainerizationError( .internalError,