diff --git a/Sources/tart/Commands/Exec.swift b/Sources/tart/Commands/Exec.swift index 3b6af89..27cf5eb 100644 --- a/Sources/tart/Commands/Exec.swift +++ b/Sources/tart/Commands/Exec.swift @@ -79,8 +79,7 @@ struct Exec: AsyncParsableCommand { private func execute(_ channel: GRPCChannel) async throws { let agentAsyncClient = AgentAsyncClient(channel: channel) - let callOptions = CallOptions(timeLimit: .timeout(.seconds(1))) - let execCall = agentAsyncClient.makeExecCall(callOptions: callOptions) + let execCall = agentAsyncClient.makeExecCall() try await execCall.requestStream.send(.with { $0.type = .command(.with {