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.

Test case get failed

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

I am automating a scenario, in which I have to wait for 5 minutes, because i will not get any response from server. So when i execute my test case, it get failed. It shows following error

Rhino lib:Step >_sahi._debug("Flashing Begins....");< did not complete in 150 seconds.

Can you please tell me how to increase this time span.

Example

_click(_button("a"));
_debug("Flashing begins");


when i click on button "a",
after some time ill get response from my server (approx 5 min),
But during this i get that error, and test script get failed, while in really after 5 minutes my application works as expected.

Please help me

Comments

Sign In or Register to comment.