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");
|
throw new Error("Unauthorized workspace connection");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
options: {
|
||||||
|
actionTimeout: 10 * 60 * 1000,
|
||||||
|
},
|
||||||
permissions: codexConfig.permissions,
|
permissions: codexConfig.permissions,
|
||||||
software: codexConfig.software,
|
software: codexConfig.software,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user