As I am using find element activity and i would like to set an unlimited timeout MS for it. Therefore, it will definitely wait till the element appear first then proceed on to the next activity.
The maximum value for timeout i can put is only 2147483647 since it is 32bit.
Is there any way i can set an unlimited timeout?