diff --git a/opax-web/backend/agentClient.js b/opax-web/backend/agentClient.js index 67d3d5c..1c4c09c 100644 --- a/opax-web/backend/agentClient.js +++ b/opax-web/backend/agentClient.js @@ -1,6 +1,6 @@ import { randomUUID } from 'node:crypto'; -const TIMEOUT_MS = 10000; +const TIMEOUT_MS = 90000; const MAX_REQUEST_SIZE = 16384; const MAX_RESPONSE_SIZE = 1024 * 1024; const GENERIC_ERROR_MESSAGE = 'Agent request failed.';