Increase archive worktree RPC timeout

This commit is contained in:
Mohamed Boudra
2026-04-30 21:41:43 +07:00
parent 088a6c14c0
commit 39f100b4bb

View File

@@ -2759,7 +2759,7 @@ export class DaemonClient {
branchName: input.branchName,
},
responseType: "paseo_worktree_archive_response",
timeout: 20000,
timeout: 60000,
});
}