function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chris Benoit 9Chris Benoit 9 

Apex CPU Time Limit Exceeded - not all profiles

My users can complete a process when they are in an admin profile, but they get the Apex CPU Time Limit Exceeded error when they try to complete the same process in another profile.  Can anyone provide advice on where to start looking to fix this?

A previous admin set up everyone in a new department as under the admin profile.  I am now trying to migrate users to their own profile and this is my last hurdle.
Abhi_TripathiAbhi_Tripathi
What is the code that you are running, might be another profile is making the apex code to run for longer time.