Data Action Timeout on Nested API Calls

My current config is completely failing because the custom data action triggers a 504 Gateway Timeout when executing nested REST calls within a single Architect flow step. The underlying endpoint responds in under 200ms, but the Genesys Cloud platform seems to impose a stricter timeout on chained data action executions, specifically affecting our multi-org OAuth integrations. Environment details: Genesys Cloud v2023.11, Node.js 18 runtime, and standard premium app permissions. Has anyone successfully bypassed this timeout for complex sequential API aggregations?