Wait for an application to respond

Hello,
Sometimes my app becomes not responding because of the big load of data.
Can you give me advice how to say to UiPath studio to wait until the program respond.
Because sometimes the moment of not responding is like 1-2 minutes.
Is there a way to say if not responding - wait until respond.

Thanks in advance.

1 Like

Hi @Veselin_Ganchev

There’s alot of way how to handle that kind of issue.

Maybe this article might be helpful to you.

cheers :smiley:

Happy learning :smiley:

2 Likes

Hi @Veselin_Ganchev - You can use Timeout property to handle that by default it is 30000 milli seconds you can set it to 90000 milliseconds equivalent to 90 seconds and that will work fine.

Hope it will help you.

Thanks!
Anmol

1 Like