SFDC APEX TIME OUT Error Caused by a Managed Marketo Apex Trigger: mkto_si.RemoveInterestingMomentLinebreaksContact
Similar to this SFDC Question: Apex CPU time limit exceeded error with Marketo Sync - Salesforce Developer Community
I have a Salesforce Process that automatically changes a Contact's Owner to match the Account Owner upon Account Owner Change.
This process seems to be getting tripped up by a Marketo Trigger from the Marketo Sales Insights Managed Package, but I cannot see the code behind it to troubleshoot. Here is the error message I get:
"UPDATE --- UPDATE FAILED --- ERRORS : (CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY) mkto_si.RemoveInterestingMomentLinebreaksContact: System.LimitException: Apex CPU time limit exceeded"
Anyone have any work around for this? I am just updating ~100 account records so I'm not sure why this would be timing out.
Thanks!