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
Zabi MohammedZabi Mohammed 

Unable to Process Request Concurrent requests limit exceeded.

Dear All,

   I am running the test class to see the code coverage i am getting "Unable to Process Request Concurrent requests limit exceeded"

please healp me to solve this problem.

thanks,
zabi.
Vishnu VaishnavVishnu Vaishnav
HI Zabi,

You can see the liks given by mudasir. For resovling your problem you can do one thing in your test class, you can devide your test methods. My undestanding is that you are using lots of code in each test methods so break code in more test methods.

:::======================================================================:::
Qusetion Solved ? then mark as best answer to make helpful to others .....
Blog (http://salesforceplus.blogspot.in)
Zabi MohammedZabi Mohammed
thanks