Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
There is also a global Thread limit in loadUI which is shared between different runners and other components. This is by default set to 1000, and this is probably the limit you are hitting. To change this setting, go to the Workspace view and open the settings dialog (wrench icon). Under the "Execution" tab there should be a "Max internal threads" field which you can change.
As for the Yahoo rate limiter, this would likely instantly return an error page to the client, so the request gets sent properly (it isn't discarded) but it should fail, as long as you are asserting the response content.
Regards,
Dain
eviware.com
There is also a global Thread limit in loadUI which is shared between different runners and other components. This is by default set to 1000, and this is probably the limit you are hitting. To change this setting, go to the Workspace view and open the settings dialog (wrench icon). Under the "Execution" tab there should be a "Max internal threads" field which you can change.
As for the Yahoo rate limiter, this would likely instantly return an error page to the client, so the request gets sent properly (it isn't discarded) but it should fail, as long as you are asserting the response content.
Regards,
Dain
eviware.com