18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
thread limit on testrunner
windows xp
ie 8
sahi pro 3.5.0 build 2011-04-05
I am trying to run a suite file with 10 threads. I have set the threads in testrunner.bat to 10. I have tried using an ant task with testrunner and supplied 10 for the threads value. The tests run fine but no matter how many threads I specify the maximum that will run is 5. Is there some default setting somewhere with 5 set as the max thread number?
ie 8
sahi pro 3.5.0 build 2011-04-05
I am trying to run a suite file with 10 threads. I have set the threads in testrunner.bat to 10. I have tried using an ant task with testrunner and supplied 10 for the threads value. The tests run fine but no matter how many threads I specify the maximum that will run is 5. Is there some default setting somewhere with 5 set as the max thread number?
This discussion has been closed.
Comments
Each browser is initiated with a capacity in browser_types.xml (Dashboard -> Configure -> browser_types.xml) Look for your browser_type and change
<capacity>5</capacity>
to
<capacity>10</capacity>
Regards,
Narayan