Raise createEndpoint response timeout (#797)

This commit is contained in:
Danny Canter
2025-10-21 18:09:37 -07:00
committed by GitHub
parent b4c3ebfed8
commit da501ce620
+1 -1
View File
@@ -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,