Page 1 of 1

Any way to get around my script timing out

PostPosted: Fri Aug 31, 2018 1:28 pm
by CHoward
Good Afternoon.

What happens if my script times out?

Is there any way to dynamically extend the maximum wait time?

Thanks

Re: Any way to get around my script timing out

PostPosted: Mon Sep 03, 2018 11:00 am
by eValid
CHoward wrote:Good Afternoon.

What happens if my script times out?

Is there any way to dynamically extend the maximum wait time?

Thanks


Hello CHoward, thanks for asking.

There is a way to dynamically override the current settings during playback.

See this manual page form "PlayValue":

http://e-valid.com/Products/Documentati ... value.html

Note, however, that the largest value you can use is 1200 seconds (1200000 milliseconds) and that is 20 minutes.

The thinking is, if you have to wait as long as 20 minutes for a synchronization to finish, then you page is badly broken.

But here is a trick...there isn't any limit on the number of times you can reset this value...but you would have to put your scripts in a loop (A calls B which calls A, etc.) to play this card.


-- eValid Support