18 January 2026:


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.

Showing an error : did not complete in 150 seconds

swathiswathi Members
edited November -1 in Sahi - Open Source
Hi,

I am splitting the testcases using sahipro for each and every script , randomly the below error is generated.

Step >_sahi._assertEqual("PP", _sahi._getSelectedText(_sahi._select("ediVehicleForm:includePanelContent:vehTypeDrpDwn")));< did not complete in 150 seconds

Also I have the changed the time and cycles in sahi.properties(from 60 to 200) but there is no use.
And also for few scripts at the end showing as "Stopping Script".

Thanks In Advance,

Comments

  • Hi Swathi,

    Could you increase

    script.max_cycles_for_page_load=1200

    in sahi.properties to something greater, say 3000 or something and check if this solves your issue.
    (You could add this property in userdata.properties too).

    Also, check if _select("ediVehicleForm:includePanelContent:vehTypeDrpDwn") is available on the page physically.

    Are you facing this issue on all other browsers?

    Regards
    Sumitra
Sign In or Register to comment.