fix: allow slow AgentOS workspace boot
This commit is contained in:
@@ -23,6 +23,9 @@ const workspace = agentOS<undefined, { token: string }>({
|
||||
throw new Error("Unauthorized workspace connection");
|
||||
}
|
||||
},
|
||||
options: {
|
||||
actionTimeout: 10 * 60 * 1000,
|
||||
},
|
||||
permissions: codexConfig.permissions,
|
||||
software: codexConfig.software,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user